Struct to denote a complex value as two doubles.
Syntax
C# |
---|
public struct Complex : IFormattable |
Visual Basic |
---|
Public Structure Complex _ Implements IFormattable |
Visual C++ |
---|
public value class Complex : IFormattable |
F# |
---|
[<SealedAttribute>] type Complex = struct interface IFormattable end |