Click or drag to resize
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: 16.0.0.0 (11.1.1.1111)
Syntax
public static bool pfsIsNumeric(
	IntPtr node
)

Parameters

node
Type: SystemIntPtr
A pfsNode pointer

Return Value

Type: Boolean
See Also