Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
皆さん、これを手伝ってもらえますか? (xy) として格納されている実数を Visual Basic の 10 進数値に変換する必要があります。
プロセスに関する疑似コード/コード/回答は素晴らしいでしょう、乾杯! マーティン
Dim realNumber = 123.456 Dim decimalValue = Convert.ToDecimal(realNumber) realNumber = Decimal.ToDouble(decimalValue)
Convert.ToDecimal
Decimal.ToDouble