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 void Min(
	ref float existing,
	float possibleNewMin
)
Public Shared Sub Min ( _
	ByRef existing As Single, _
	possibleNewMin As Single _
)

Parameters

existing
Single%
possibleNewMin
Single

See Also