Click or drag to resize

FloatingPointComparison.GetVariableExponent Method

Returns the order N of the given variable of the form: var * 10^-(N+1) is less than 0.0

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static int GetVariableExponent(
	double var
)

Parameters

var
Type: System.Double
The variable

Return Value

Type: Int32
The order of the variable
See Also