PfsHelperPfsGetDouble Method (IntPtr) |
Return the double (8-byte double precision floating point) value from the pfsNode (parameter) passed as argument.
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static double PfsGetDouble(
IntPtr pfsNode
)
Public Shared Function PfsGetDouble (
pfsNode As IntPtr
) As Double
public:
static double PfsGetDouble(
IntPtr pfsNode
)
static member PfsGetDouble :
pfsNode : IntPtr -> float
Parameters
- pfsNode
- Type: SystemIntPtr
A pfsNode pointer
Return Value
Type:
Double
See Also