Compute the absolute value and returns the result.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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