VAXFloatUtil Class

Class VAXFloatUtil converts between VAX floating point and IEEE floating point.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public class VAXFloatUtil
Inheritance
Object    VAXFloatUtil

Constructors

VAXFloatUtilInitializes a new instance of the VAXFloatUtil class

Methods

D2T Convert from D floating to T floating.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
F2S Convert from F floating to S floating.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
G2T Convert from G floating to T floating.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
S2F Convert from S floating to F floating.
T2D Convert from T floating to D floating.
T2G Convert from T floating to G floating.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also