F2S Method

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Convert from F floating to S floating.

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static uint F2S(
	uint v
)
Public Shared Function F2S ( _
	v As UInteger _
) As UInteger
public:
static unsigned int F2S(
	unsigned int v
)

Parameters

v
UInt32
F floating.

Return Value

S floating.

See Also