SafeInvScalar

Namespace: JigLibX.Math
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public static float SafeInvScalar(
	float val
)
Visual Basic
Public Shared Function SafeInvScalar ( _
	val As Single _
) As Single
Visual C++
public:
static float SafeInvScalar(
	float val
)

Parameters

val
Type: System..::..Single

[Missing <param name="val"/> documentation for "M:JigLibX.Math.JiggleMath.SafeInvScalar(System.Single)"]

Return Value

float

See Also