PFSDllWrapperpfsIsInt Method |
Indicates if the pfsNode passed as argument refers to an integer parameter value.
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static bool pfsIsInt(
IntPtr node
)
Public Shared Function pfsIsInt (
node As IntPtr
) As Boolean
public:
static bool pfsIsInt(
IntPtr node
)
static member pfsIsInt :
node : IntPtr -> bool
Parameters
- node
- Type: SystemIntPtr
A pfsNode pointer
Return Value
Type:
BooleanRemarks
The integer values accepted are
?numeric values written without decimal point in the valid range
for long (4 bytes) integers, which is [-2147483648, 2147483647]
?numeric values written in real notation, which may be represented
by a long integer without loss of precision
See Also