VAXFloatUtil Methods

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