Complex<T>.INumberBase<Complex<T>>.Abs Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
static System::Numerics::Complex<T> System.Numerics.INumberBase<System.Numerics.Complex<T>>.Abs(System::Numerics::Complex<T> value) = System::Numerics::INumberBase<System::Numerics::Complex<T>>::Abs;
static System.Numerics.Complex<T> INumberBase<Complex<T>>.Abs(System.Numerics.Complex<T> value);
static member System.Numerics.INumberBase<System.Numerics.Complex<T>>.Abs : System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> -> System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)>
Shared Function Abs (value As Complex(Of T)) As Complex(Of T) Implements INumberBase(Of Complex(Of T)).Abs
Parameters
- value
- Complex<T>