VAXFloatUtilF2S Method

Convert from F floating to S floating.

Definition

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

Parameters

v  UInt32
F floating.

Return Value

UInt32
S floating.

See Also