Convert an array of language types into an array of OAL values.
Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static DOFFloat32[] array( float[] data )
Parameters
- data
- Type: SystemSingle
The data to encapsulate. Must not be null.
Return Value
Type: DOFFloat32An array of float values.
Remarks
See Also