S2F Method

Vajhoej Record

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

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

Syntax

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

Parameters

v
UInt32
S floating.

Return Value

F floating.

See Also