Complex<T> 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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))
类型参数
- T
- 继承
- 实现
-
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>
构造函数
| 名称 | 说明 |
|---|---|
| Complex<T>(T, T) | |
属性
| 名称 | 说明 |
|---|---|
| Imaginary | |
| ImaginaryOne | |
| Infinity | |
| NaN | |
| One | |
| Real | |
| Zero | |