PFSDllWrapper.pfsAddDoubleRef Method |
Save the address of a double precision floating-point (real) variable to be written.
Restrictions: The function is only valid within the scope of a keyword. The value written is the contents of the associated variable when pfsWrite is called.
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static void pfsAddDoubleRef(
IntPtr handle,
ref double val
)
Public Shared Sub pfsAddDoubleRef (
handle As IntPtr,
ByRef val As Double
)
public:
static void pfsAddDoubleRef(
IntPtr handle,
double% val
)
static member pfsAddDoubleRef :
handle : IntPtr *
val : float byref -> unit
Parameters
- handle
- Type: System.IntPtr
A pfsHandle pointer - val
- Type: System.Double
See Also