public static uint F2S(
uint v
)
Public Shared Function F2S (
v As UInteger
) As UInteger
Dim v As UInteger
Dim returnValue As UInteger
returnValue = VAXFloatUtil.F2S(v)
public:
static unsigned int F2S(
unsigned int v
)
static member F2S :
v : uint32 -> uint32