Constructor | Description |
Full Usage:
UnitDescriptionAttribute(quantity, metre, kilogram, second, ampere, kelvin, mole, candela)
Parameters:
string
-
The quantity description. Examples are Length, Temperature, Mass, Time, ElectricalVoltage, ElectricalCurrent, Force, etc.
metre : sbyte
-
Power of 'Metre' units that the constructed unit will contain.
kilogram : sbyte
-
Power of 'Kilogram' units that the constructed unit will contain.
second : sbyte
-
Power of 'Second' units that the constructed unit will contain.
ampere : sbyte
-
Power of 'Ampere' units that the constructed unit will contain.
kelvin : sbyte
-
Power of 'Kelvin' units that the constructed unit will contain.
mole : sbyte
-
Power of 'Mole' units that the constructed unit will contain.
candela : sbyte
-
Power of 'Candela' units that the constructed unit will contain.
|
|
Instance member | Description |
Full Usage:
this.Ampere
Returns: int
|
Power of 'Ampere' units that the constructed unit will contain.
|
Full Usage:
this.Candela
Returns: int
|
Power of 'Candela' units that the constructed unit will contain.
|
Full Usage:
this.Kelvin
Returns: int
|
Power of 'Kelvin' units that the constructed unit will contain.
|
Full Usage:
this.Kilogram
Returns: int
|
Power of 'Kilogram' units that the constructed unit will contain.
|
Full Usage:
this.Metre
Returns: int
|
Power of 'Metre' units that the constructed unit will contain.
|
Full Usage:
this.Mole
Returns: int
|
Power of 'Mole' units that the constructed unit will contain.
|
Full Usage:
this.Quantity
Returns: string
|
The quantity description. Examples are Length, Temperature, Mass, Time, ElectricalVoltage, ElectricalCurrent, Force, etc.
|
Full Usage:
this.Second
Returns: int
|
Power of 'Second' units that the constructed unit will contain.
|