PfsHelperPfsGetDouble Method (IntPtr, Int32) |
Return the double (8-byte double precision floating point) value from the keyword name 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 pfsKeyword,
int paramNo
)
Public Shared Function PfsGetDouble (
pfsKeyword As IntPtr,
paramNo As Integer
) As Double
public:
static double PfsGetDouble(
IntPtr pfsKeyword,
int paramNo
)
static member PfsGetDouble :
pfsKeyword : IntPtr *
paramNo : int -> float
Parameters
- pfsKeyword
- Type: SystemIntPtr
Key word name - paramNo
- Type: SystemInt32
Index of the keyword, 1-based
Return Value
Type:
Doubledouble value of the keyword
See Also