CurrentValueRecord.SetFloat(Int32, Single) メソッド

定義

レコード内のフィールドの値を設定します。

public:
 void SetFloat(int ordinal, float value);
public void SetFloat (int ordinal, float value);
member this.SetFloat : int * single -> unit
Public Sub SetFloat (ordinal As Integer, value As Single)

パラメーター

ordinal
Int32

フィールドの序数。

value
Single

フィールドの値。

適用対象