PFSDllWrapperpfsIsNumeric Method |
Indicates if the pfsNode passed as argument refers to a numeric parameter value.
A numeric value is etther an integer, a float, or a double. For the exact type the respecctive type information functions should be called.
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static bool pfsIsNumeric(
IntPtr node
)
Public Shared Function pfsIsNumeric (
node As IntPtr
) As Boolean
public:
static bool pfsIsNumeric(
IntPtr node
)
static member pfsIsNumeric :
node : IntPtr -> bool
Parameters
- node
- Type: SystemIntPtr
A pfsNode pointer
Return Value
Type:
Boolean
See Also