DOFFloat64array Method (IListDouble)OpenDOF Object Access Library
Convert a list 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 DOFFloat64[] array(
	IList<double> data
)

Parameters

data
Type: System.Collections.GenericIListDouble
The data to encapsulate. Must not be null.

Return Value

Type: DOFFloat64
An array of double values.
Remarks

Convert a list of language types into an array of OAL values.
See Also

Reference