DOFFloat32 Constructor (Single)OpenDOF Object Access Library
Create a new float given data.

Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFFloat32(
	float data
)

Parameters

data
Type: SystemSingle
The data to encapsulate.
Remarks

Create a new float given data.
See Also

Reference