DOFResultTasDouble Method OpenDOF Object Access Library
Returns the result's value as a double.

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

C#
double asDouble()

Return Value

Type: Double
the result's value as a double.
Remarks

Returns the result's value as a double. Compatible with results of type org.opendof.core.oal.value.DOFFloat64 and all types accepted by DOFResult<T>.asFloat() .

Throws ClassCastException if called on a non-double result.

See Also

Reference