我有以下代碼將十進制輸入格式化爲TextBox。 If Char.IsDigit(e.KeyChar) OrElse e.KeyChar = "."c Then
If e.KeyChar = "."c Then
If txtPrice.Text.Contains("."c) Then
e.Handled = True
End If
Else
在本例中我使用了兩個數據幀I rbind,結果是所有值都有兩個十進制數。不過,我想有1行中沒有十進制數和2 one <- data.frame(matrix(c(1,2,3,4), ncol=2)); one
two <- data.frame(matrix(c(1.63,8.88,9.17,2.31), ncol=2)); two
rbind(one, two)