Click or drag to resize

UnitBase Class

Base class for classes that implement IUnit and are not a SIUnit. Classes that are SI units should derive from SIUnit.
Inheritance Hierarchy
SystemObject
  Altaxo.UnitsUnitBase
    More

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract class UnitBase

The UnitBase type exposes the following members.

Constructors
 NameDescription
Protected methodUnitBaseInitializes a new instance of the UnitBase class
Top
Methods
 NameDescription
Public methodEquals(IUnit) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodEquals(SIUnit) 
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 methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Operators
See Also
Inheritance Hierarchy