Click or drag to resize
Unit Constructor
Overload List
  Name Description
Public method Unit
Creates a class instance
Public method Unit(Double)
Initializes a new instance of the Unit with the specified double precision floating point number.
Public method Unit(Int32)
Initializes a new instance of the Unit with the specified 32-bit signed integer.
Public method Unit(Single)
Initializes a new instance of the Unit with the specified double precision floating point number.
Public method Unit(String)
Initializes a new instance of the Unit with the specified length.
Public method Unit(UnitMode)
Creates a class instance
Public method Unit(Double, UnitMode)
Initializes a new instance of the Unit with the specified double precision floating point number and the target type
Public method Unit(Int32, UnitMode)
Initializes a new instance of the Unit with the specified 32-bit signed integer and the target type
Public method Unit(Single, UnitMode)
Initializes a new instance of the Unit with the specified double precision floating point number and the target type.
Public method Unit(String, CultureInfo)
Initializes a new instance of the Unit with the specified length.
Top
See Also