Dlfcn.SetNFloat(IntPtr, String, nfloat) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將程式庫控制碼中的指定符號設定為指定的 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
要設定的值。