real クラス : Value(real) セッタ
説明
参照値を変更せずに値のみを変更します。
構文
realInstance.Value = newValue
引数
クラス | 名前 | 説明 |
real | newValue | 新しい値。 |
返り値
無し
サンプルコード
//anyRealはreal型のインスタンス.
anyReal.Value = 100.5;
注意
無し
参照リンク
無し
参照値を変更せずに値のみを変更します。
realInstance.Value = newValue
クラス | 名前 | 説明 |
real | newValue | 新しい値。 |
無し
//anyRealはreal型のインスタンス.
anyReal.Value = 100.5;
無し
無し