Click or drag to resize

FloatingPointComparisonGetVariableExponent 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: 24.1.418.0 (24.1.418.0)
Syntax
public static int GetVariableExponent(
	double var
)

Parameters

var
Type: SystemDouble
The variable

Return Value

Type: Int32
The order of the variable
See Also