次の方法で共有


Dlfcn.SetNFloat(IntPtr, String, nfloat) メソッド

定義

ライブラリ ハンドル内の指定されたシンボルを、指定した nfloat 値に設定します。

public static void SetNFloat (IntPtr handle, string symbol, nfloat value);
static member SetNFloat : nativeint * string * nfloat -> unit

パラメーター

handle
IntPtr

nativeint

で以前に開いた動的ライブラリへの dlopen(String, Int32)ハンドル。

symbol
String

参照する動的ライブラリ内のパブリック シンボルの名前。

value
nfloat

設定する値。

適用対象