共用方式為


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

要設定的值。

適用於