Dlfcn.SetDouble(IntPtr, String, Double) Method

Definition

Sets the specified symbol in the library handle to the specified double value.

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

Parameters

handle
IntPtr

nativeint

Handle to the dynamic library previously opened with dlopen(String, Int32).

symbol
String

Name of the public symbol in the dynamic library to look up.

value
Double

The value to set.

Applies to