ComponentOne Document Library for WPF
Unit Constructor(Double,UnitTypeEnum)

C1.WPF.Document.4 Assembly > C1.WPF.Document Namespace > Unit Structure > Unit Constructor : Unit Constructor(Double,UnitTypeEnum)
The unit value.
The unit of measurement.
Initializes a new instance of the Unit structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As System.Double, _
   ByVal unitType As UnitTypeEnum _
)
public Unit( 
   System.double value,
   UnitTypeEnum unitType
)

Parameters

value
The unit value.
unitType
The unit of measurement.
See Also

Reference

Unit Structure
Unit Members
Overload List