Click or drag to resize

Inch Class

[Missing <summary> documentation for "T:Altaxo.Units.Length.Inch"]

Inheritance Hierarchy
SystemObject
  Altaxo.UnitsUnitBase
    Altaxo.Units.LengthInch

Namespace: Altaxo.Units.Length
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class Inch : UnitBase, IUnit

The Inch type exposes the following members.

Constructors
 NameDescription
Protected methodInchInitializes a new instance of the Inch class
Top
Properties
 NameDescription
Public propertyStatic memberInstance 
Public propertyName 
Public propertyPrefixes 
Public propertyShortCut 
Public propertySIUnit 
Top
Methods
 NameDescription
Public methodEquals(IUnit)
(Inherited from UnitBase)
Public methodEquals(Object)
(Inherited from UnitBase)
Public methodEquals(SIUnit)
(Inherited from UnitBase)
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 methodFromSIUnit 
Public methodGetHashCode
(Inherited from UnitBase)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToSIUnit 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also