VAXFloatUtilD2T Method

Convert from D floating to T floating.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public static ulong D2T(
	ulong v
)

Parameters

v  UInt64
D floating.

Return Value

UInt64
T floating.

See Also