Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

Namespace: Visual3D
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public static uint FloatToUInt32Bits(
	float f
)
Public Shared Function FloatToUInt32Bits ( _
	f As Single _
) As UInteger

Parameters

f
Single

See Also