Click or drag to resize

SIUnit Class

Represents an SI (Système international) unit.
Inheritance Hierarchy
SystemObject
  Altaxo.UnitsSIUnit
    More

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class SIUnit : IUnit, IEquatable<SIUnit>, 
	IEquatable<IUnit>

The SIUnit type exposes the following members.

Constructors
 NameDescription
Public methodSIUnit Constructor of the SI unit.
Top
Properties
 NameDescription
Public propertyNameFull name of the unit.
Public propertyPrefixesReturns a list of possible prefixes for this unit (like µ, m, k, M, G..).
Public propertyShortCutUsual shortcut of the unit.
Top
Methods
 NameDescription
Public methodEquals(IUnit)Compares this unit with another unit obj and returns true if both are equal. To be equal, the other unit has to be (i) a SI unit, and (ii) the same name. Thus, J (Joule) and Nm (Newtonmeter) are not considered equal.
Public methodEquals(Object)Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object))
Public methodEquals(SIUnit)Compares this unit with another unit other and returns true when both are equal. Two SI units are considered equal if the exponents are equal, independently of the unit name. This means e.g. that J (Joule), Nm, and Ws are considered equal. If you want to compare the name too, use Equals(IUnit)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFromSIUnitConverts x (in SI units) to the corresponding value in this unit.
Public methodGetHashCodeReturns a hash code for this instance.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsCompatibleTo 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToSIUnitConverts x to the corresponding SI unit.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Operators
See Also
Inheritance Hierarchy