IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
This is a test class for ComplexTest and is intended to contain all ComplexTest Unit Tests /summary> More...
Public Member Functions | |
void | ComplexComponents () |
void | ComplexEquality () |
void | ComplexConjugation () |
void | ComplexNegation () |
void | ComplexSubtraction () |
void | ComplexMultiplication () |
void | ComplexExplicitCast () |
void | ComplexExplicitCastFailure () |
void | ComplexAddition () |
void | ComplexEquals () |
Properties | |
TestContext | TestContext [get, set] |
Gets or sets the test context which provides information about and functionality for the current test run. /summary> More... | |
Private Attributes | |
TestContext | testContextInstance |
Complex | a = new Complex(1.5, -2.2) |
Complex | b = new Complex(-7.4, 3.8) |
Complex | c = new Complex(5.9, 6.0) |
This is a test class for ComplexTest and is intended to contain all ComplexTest Unit Tests /summary>
|
inline |
References Meta.Numerics.Complex.Im, and Meta.Numerics.Complex.Re.
|
inline |
|
inline |
References Meta.Numerics.Complex.Conjugate, Meta.Numerics.Complex.Im, and Meta.Numerics.Complex.Re.
|
inline |
|
inline |
|
inline |
|
inline |
References Meta.Numerics.Complex.Re.
|
inline |
|
inline |
|
inline |
References Meta.Numerics.Complex.Equals().
|
private |
Referenced by Test.ComplexTest.ComplexEquality().
|
getset |
Gets or sets the test context which provides information about and functionality for the current test run. /summary>