|
double | Real [get, set] |
|
double | Imag [get, set] |
|
static string | Format [get] |
|
◆ ComplexNumber() [1/2]
CsCodeExample.ComplexNumber.ComplexNumber |
( |
| ) |
|
|
inline |
◆ ComplexNumber() [2/2]
CsCodeExample.ComplexNumber.ComplexNumber |
( |
double | real, |
|
|
double | imag = 0 ) |
|
inline |
◆ Add() [1/2]
◆ Add() [2/2]
◆ Divide()
◆ GetDescription()
static string CsCodeExample.ComplexNumber.GetDescription |
( |
| ) |
|
|
inlinestatic |
◆ Modul()
double CsCodeExample.ComplexNumber.Modul |
( |
| ) |
|
|
inline |
◆ Multiply()
◆ Nroot()
◆ Pow()
◆ Subtract()
◆ ToCSV()
string CsCodeExample.ComplexNumber.ToCSV |
( |
| ) |
|
|
inline |
◆ ToDiffString()
virtual string CsCodeExample.ComplexNumber.ToDiffString |
( |
| ) |
|
|
inlinevirtual |
◆ ToString()
override string CsCodeExample.ComplexNumber.ToString |
( |
| ) |
|
|
inline |
◆ PI
const double CsCodeExample.ComplexNumber.PI = 3.14 |
|
staticprotected |
◆ real
double CsCodeExample.ComplexNumber.real |
|
private |
◆ Format
string CsCodeExample.ComplexNumber.Format |
|
staticget |
◆ Imag
double CsCodeExample.ComplexNumber.Imag |
|
getset |
◆ Real
double CsCodeExample.ComplexNumber.Real |
|
getset |
The documentation for this class was generated from the following file: