Click or drag to resize

ComplexAbs Method

Compute the absolute value and returns the result.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Complex Abs(
	Complex value
)

Parameters

value
Type: AGI.Foundation.CoordinatesComplex
The complex value from which the absolute value is computed.

Return Value

Type: Complex
The computed absolute value.
See Also