VAXFloatUtilS2F Method

Convert from S floating to F floating.

Definition

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

Parameters

v  UInt32
S floating.

Return Value

UInt32
F floating.

See Also