real クラス : Clone() メソッド
説明
呼出元のインスタンスと同じ値を持つ、新しいインスタンスを取得します。
構文
realInstance.Clone()
引数
無し
返り値
クラス | 説明 |
real | 呼出元のインスタンスと同じ値を持つ、新しいインスタンス。 |
サンプルコード
//anyReallはreal型のインスタンス.
real newInstance = anyReal.Clone();
注意
無し
参照リンク
無し
呼出元のインスタンスと同じ値を持つ、新しいインスタンスを取得します。
realInstance.Clone()
無し
クラス | 説明 |
real | 呼出元のインスタンスと同じ値を持つ、新しいインスタンス。 |
//anyReallはreal型のインスタンス.
real newInstance = anyReal.Clone();
無し
無し