Click or drag to resize
PFSDllWrapperpfsGetFloat Method
Return the float (4-byte single precision floating point) value from the pfsNode (parameter) passed as argument.

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public static float pfsGetFloat(
	IntPtr node
)

Parameters

node
Type: SystemIntPtr
A pfsNode pointer

Return Value

Type: Single
See Also