Matrix3D Constructor (Double)

CVB.Net Documentation
Constructor.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public Matrix3D(
	double[,] arr
)

Parameters

arr
Type: SystemDouble
A 3x3 array containing the matrix values.
Exceptions

ExceptionCondition
IndexOutOfRangeExceptionWhen the given arr is smaller than 3x3.
NullReferenceExceptionIf the given arr is null.
See Also

Reference