Matrix3DH Constructor (Double, Double, Double, Double)

CVB.Net Documentation
Constructor.

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

public Matrix3DH(
	double[] row1,
	double[] row2,
	double[] row3,
	double[] row4
)

Parameters

row1
Type: SystemDouble
First component row.
row2
Type: SystemDouble
Second component row.
row3
Type: SystemDouble
Third component row.
row4
Type: SystemDouble
Fourth component row.
Exceptions

ExceptionCondition
IndexOutOfRangeExceptionWhen one of the given rows has less than four values.
NullReferenceExceptionWhen one of the given rows is null.
See Also

Reference