Complex<T> Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
generic <typename T>
where T : IFloatingPointIeee754<T>, IMinMaxValue<T>public value class Complex : IEquatable<System::Numerics::Complex<T>>, IParsable<System::Numerics::Complex<T>>, ISpanParsable<System::Numerics::Complex<T>>, IUtf8SpanParsable<System::Numerics::Complex<T>>, System::Numerics::IAdditionOperators<System::Numerics::Complex<T>, System::Numerics::Complex<T>, System::Numerics::Complex<T>>, System::Numerics::IAdditiveIdentity<System::Numerics::Complex<T>, System::Numerics::Complex<T>>, System::Numerics::IDecrementOperators<System::Numerics::Complex<T>>, System::Numerics::IDivisionOperators<System::Numerics::Complex<T>, System::Numerics::Complex<T>, System::Numerics::Complex<T>>, System::Numerics::IEqualityOperators<System::Numerics::Complex<T>, System::Numerics::Complex<T>, bool>, System::Numerics::IIncrementOperators<System::Numerics::Complex<T>>, System::Numerics::IMultiplicativeIdentity<System::Numerics::Complex<T>, System::Numerics::Complex<T>>, System::Numerics::IMultiplyOperators<System::Numerics::Complex<T>, System::Numerics::Complex<T>, System::Numerics::Complex<T>>, System::Numerics::INumberBase<System::Numerics::Complex<T>>, System::Numerics::ISignedNumber<System::Numerics::Complex<T>>, System::Numerics::ISubtractionOperators<System::Numerics::Complex<T>, System::Numerics::Complex<T>, System::Numerics::Complex<T>>, System::Numerics::IUnaryNegationOperators<System::Numerics::Complex<T>, System::Numerics::Complex<T>>, System::Numerics::IUnaryPlusOperators<System::Numerics::Complex<T>, System::Numerics::Complex<T>>
public readonly struct Complex<T> : IEquatable<System.Numerics.Complex<T>>, IParsable<System.Numerics.Complex<T>>, ISpanParsable<System.Numerics.Complex<T>>, IUtf8SpanParsable<System.Numerics.Complex<T>>, System.Numerics.IAdditionOperators<System.Numerics.Complex<T>,System.Numerics.Complex<T>,System.Numerics.Complex<T>>, System.Numerics.IAdditiveIdentity<System.Numerics.Complex<T>,System.Numerics.Complex<T>>, System.Numerics.IDecrementOperators<System.Numerics.Complex<T>>, System.Numerics.IDivisionOperators<System.Numerics.Complex<T>,System.Numerics.Complex<T>,System.Numerics.Complex<T>>, System.Numerics.IEqualityOperators<System.Numerics.Complex<T>,System.Numerics.Complex<T>,bool>, System.Numerics.IIncrementOperators<System.Numerics.Complex<T>>, System.Numerics.IMultiplicativeIdentity<System.Numerics.Complex<T>,System.Numerics.Complex<T>>, System.Numerics.IMultiplyOperators<System.Numerics.Complex<T>,System.Numerics.Complex<T>,System.Numerics.Complex<T>>, System.Numerics.INumberBase<System.Numerics.Complex<T>>, System.Numerics.ISignedNumber<System.Numerics.Complex<T>>, System.Numerics.ISubtractionOperators<System.Numerics.Complex<T>,System.Numerics.Complex<T>,System.Numerics.Complex<T>>, System.Numerics.IUnaryNegationOperators<System.Numerics.Complex<T>,System.Numerics.Complex<T>>, System.Numerics.IUnaryPlusOperators<System.Numerics.Complex<T>,System.Numerics.Complex<T>> where T : IFloatingPointIeee754<T>, IMinMaxValue<T>
type Complex<'T (requires 'T :> IFloatingPointIeee754<'T> and 'T :> IMinMaxValue<'T>)> = struct
interface IFormattable
interface IParsable<Complex<'T>>
interface ISpanFormattable
interface ISpanParsable<Complex<'T>>
interface IUtf8SpanFormattable
interface IUtf8SpanParsable<Complex<'T>>
interface IAdditionOperators<Complex<'T>, Complex<'T>, Complex<'T>>
interface IAdditiveIdentity<Complex<'T>, Complex<'T>>
interface IDecrementOperators<Complex<'T>>
interface IDivisionOperators<Complex<'T>, Complex<'T>, Complex<'T>>
interface IEqualityOperators<Complex<'T>, Complex<'T>, bool>
interface IIncrementOperators<Complex<'T>>
interface IMultiplicativeIdentity<Complex<'T>, Complex<'T>>
interface IMultiplyOperators<Complex<'T>, Complex<'T>, Complex<'T>>
interface INumberBase<Complex<'T>>
interface ISubtractionOperators<Complex<'T>, Complex<'T>, Complex<'T>>
interface IUnaryNegationOperators<Complex<'T>, Complex<'T>>
interface IUnaryPlusOperators<Complex<'T>, Complex<'T>>
interface ISignedNumber<Complex<'T>>
Public Structure Complex(Of T)
Implements IAdditionOperators(Of Complex(Of T), Complex(Of T), Complex(Of T)), IAdditiveIdentity(Of Complex(Of T), Complex(Of T)), IDecrementOperators(Of Complex(Of T)), IDivisionOperators(Of Complex(Of T), Complex(Of T), Complex(Of T)), IEqualityOperators(Of Complex(Of T), Complex(Of T), Boolean), IEquatable(Of Complex(Of T)), IIncrementOperators(Of Complex(Of T)), IMultiplicativeIdentity(Of Complex(Of T), Complex(Of T)), IMultiplyOperators(Of Complex(Of T), Complex(Of T), Complex(Of T)), INumberBase(Of Complex(Of T)), IParsable(Of Complex(Of T)), ISignedNumber(Of Complex(Of T)), ISpanParsable(Of Complex(Of T)), ISubtractionOperators(Of Complex(Of T), Complex(Of T), Complex(Of T)), IUnaryNegationOperators(Of Complex(Of T), Complex(Of T)), IUnaryPlusOperators(Of Complex(Of T), Complex(Of T)), IUtf8SpanParsable(Of Complex(Of T))
Paramètres de type
- T
- Héritage
- Implémente
-
IEquatable<Complex<T>> IEquatable<TSelf> IFormattable IParsable<Complex<T>> IParsable<TSelf> ISpanFormattable ISpanParsable<Complex<T>> ISpanParsable<TSelf> IUtf8SpanFormattable IUtf8SpanParsable<Complex<T>> IUtf8SpanParsable<TSelf> IAdditionOperators<Complex<T>,Complex<T>,Complex<T>> IAdditionOperators<TSelf,TSelf,TSelf> IAdditiveIdentity<Complex<T>,Complex<T>> IAdditiveIdentity<TSelf,TSelf> IDecrementOperators<Complex<T>> IDecrementOperators<TSelf> IDivisionOperators<Complex<T>,Complex<T>,Complex<T>> IDivisionOperators<TSelf,TSelf,TSelf> IEqualityOperators<Complex<T>,Complex<T>,Boolean> IEqualityOperators<TSelf,TSelf,Boolean> IIncrementOperators<Complex<T>> IIncrementOperators<TSelf> IMultiplicativeIdentity<Complex<T>,Complex<T>> IMultiplicativeIdentity<TSelf,TSelf> IMultiplyOperators<Complex<T>,Complex<T>,Complex<T>> IMultiplyOperators<TSelf,TSelf,TSelf> INumberBase<Complex<T>> INumberBase<TSelf> ISignedNumber<Complex<T>> ISubtractionOperators<Complex<T>,Complex<T>,Complex<T>> ISubtractionOperators<TSelf,TSelf,TSelf> IUnaryNegationOperators<Complex<T>,Complex<T>> IUnaryNegationOperators<TSelf,TSelf> IUnaryPlusOperators<Complex<T>,Complex<T>> IUnaryPlusOperators<TSelf,TSelf>
Constructeurs
| Nom | Description |
|---|---|
| Complex<T>(T, T) | |
Propriétés
| Nom | Description |
|---|---|
| Imaginary | |
| ImaginaryOne | |
| Infinity | |
| NaN | |
| One | |
| Real | |
| Zero | |