OpenDOF Project
DOFValue DOFValueFloat64_Create ( float64  val)

Create a new DOFValue to hold a single value of type float64.

Resource Management:
This function allocates resources that must later be freed by calling DOFValue_Destroy.
Parameters
valThe float64 value to be held by the new DOFValue.
Returns
The new DOFValue, representing a single value of type float64.
Exceptions
NULLis returned if the resulting DOFValue could not be created.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22