Complex<T>.IsComplexNumber(Complex<T>) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
public:
static bool IsComplexNumber(System::Numerics::Complex<T> value) = System::Numerics::INumberBase<System::Numerics::Complex<T>>::IsComplexNumber;
public static bool IsComplexNumber(System.Numerics.Complex<T> value);
static member IsComplexNumber : System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> -> bool
Public Shared Function IsComplexNumber (value As Complex(Of T)) As Boolean
Parametreler
- value
- Complex<T>