TSystem(TNumber) Constructor
Initializes a new instance of the
TSystem class
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public TSystem(
TNumber[] matrix
)
Public Sub New (
matrix As TNumber()
)
public:
TSystem(
array<TNumber^>^ matrix
)
new :
matrix : TNumber[] -> TSystem
Parameters
- matrix TNumber
-