TOC |
Previous |
Next |
Index
5.1 Class Names
(.NET, C#, CSharp, Visual Basic, VB.NET)
The classes that encapsulate vectors in NMath are named <Type>Vector, where <Type> is Float, Double, FloatComplex, or DoubleComplex. (See Chapter 3 for a description of the complex number classes.) Thus:
- The FloatVector class represents a vector of single-precision floating point numbers.
- The DoubleVector class represents a vector of double-precision floating point numbers.
- The FloatComplexVector class represents a vector of single-precision complex numbers.
- The DoubleComplexVector class represents a vector of double-precision complex numbers.
TOC |
Previous |
Next |
Index