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