DenseMatrix Constructor (Double) |
Initializes a new instance from a two-dimensional array of doubles.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic DenseMatrix(
double[,] array
)
Public Sub New (
array As Double(,)
)
public:
DenseMatrix(
array<double,2>^ array
)
new :
array : float[,] -> DenseMatrixParameters
- array
- Type: SystemDouble
A two-dimensional array of doubles.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when array is .
|
See Also