Click or drag to resize

GramPerMole Class

[Missing <summary> documentation for "T:Altaxo.Units.MolarMass.GramPerMole"]

Inheritance Hierarchy
SystemObject
  Altaxo.UnitsUnitBase
    Altaxo.Units.MolarMassGramPerMole

Namespace: Altaxo.Units.MolarMass
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class GramPerMole : UnitBase, 
	IUnit

The GramPerMole type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberInstance 
Public propertyName 
Public propertyPrefixes 
Public propertyShortCut 
Public propertySIUnit 
Top
Methods
 NameDescription
Public methodEquals(IUnit) Determines whether the specified IUnit is equal to this unit by comparing their runtime types.
(Inherited from UnitBase)
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Inherited from UnitBase)
Public methodEquals(SIUnit) Determines whether the specified SIUnit is equal to this unit.
(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 methodGetHashCodeServes as the default hash function.
(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