Returns the result's value as a float.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static float asFloat( DOFValue value )
Parameters
- value
- Type: org.opendof.core.oalDOFValue
Value to return as float Throws ClassCastException if called on a non-float result.
Return Value
Type: Singlethe result's value as a float.
Remarks
See Also