Class Unit
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Unit
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class Unit : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
HTMLSymbol
Declaration
public string HTMLSymbol { get; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Offset
Declaration
public double Offset { get; }
Property Value
Type |
Description |
System.Double |
|
Scale
Declaration
public double Scale { get; }
Property Value
Type |
Description |
System.Double |
|
Symbol
Declaration
public string Symbol { get; }
Property Value
Type |
Description |
System.String |
|
Methods
ConvertFromSIUnit(Double)
Declaration
public double ConvertFromSIUnit(double d)
Parameters
Type |
Name |
Description |
System.Double |
d |
|
Returns
Type |
Description |
System.Double |
|
ConvertToSIUnit(Double)
Declaration
public double ConvertToSIUnit(double d)
Parameters
Type |
Name |
Description |
System.Double |
d |
|
Returns
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods