Compute the absolute value and returns the result.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Complex Abs(
	Complex value
)
Public Shared Function Abs ( 
	value As Complex
) As Complex
public:
static Complex Abs(
	Complex value
)
static member Abs : 
        value : Complex -> Complex 
Parameters
- value
 - Type: AGI.Foundation.CoordinatesComplex
The complex value from which the absolute value is computed. 
Return Value
Type: 
ComplexThe computed absolute value.
See Also