ComponentOne FlexReport for WinForms
Unit Constructor(Double,UnitTypeEnum)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document 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