PFSDllWrapperpfsAddDouble Method |
Purpose Write a double precision floating-point (real) value.
The output format is some 'default' format. Check if it may cause loss of precision.
Restrictions: The function is only valid within the scope of a keyword.
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static void pfsAddDouble(
IntPtr handle,
double val
)
Public Shared Sub pfsAddDouble (
handle As IntPtr,
val As Double
)
public:
static void pfsAddDouble(
IntPtr handle,
double val
)
static member pfsAddDouble :
handle : IntPtr *
val : float -> unit
Parameters
- handle
- Type: SystemIntPtr
A pfsHandle pointer - val
- Type: SystemDouble
See Also