Complex Structure
関数リスト一覧   NagLibrary Namespaceへ  ライブラリイントロダクション  本ヘルプドキュメントのchm形式版

Struct to denote a complex value as two doubles.

Syntax

C#
public struct Complex : IFormattable
Visual Basic (Declaration)
Public Structure Complex _
	Implements IFormattable
Visual C++
public value class Complex : IFormattable
F#
[<SealedAttribute>]
type Complex =  
    struct
        interface IFormattable
    end

See Also