OpenNETCF Smart Device Framework 2.3
Represents a complex number of the format real + (imaginary * sqrt(-1))
Namespace:
OpenNETCF
Assembly:
OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Structure Complex |
| Visual Basic (Usage) |
|---|
Dim instance As Complex |
| Visual C++ |
|---|
public value class Complex |
| J# |
|---|
public final class Complex extends ValueType |
| JScript |
|---|
JScript supports the use of structures, but not the declaration of new ones. |
| JavaScript |
|---|
JavaScript supports the use of structures, but not the declaration of new ones. |
See Also