UnitDescriptionAttribute Constructor |
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public UnitDescriptionAttribute(
string quantity,
sbyte metre,
sbyte kilogram,
sbyte second,
sbyte ampere,
sbyte kelvin,
sbyte mole,
sbyte candela
)
Parameters
- quantity 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.
See Also