Click or drag to resize

MismatchedSizeException(String, DoubleVector, DoubleVector) Constructor

Constructs a MismatchedSizeException instance with an error message containing the two incompatible vector lengths.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public MismatchedSizeException(
	string operation,
	DoubleVector v1,
	DoubleVector v2
)

Parameters

operation  String
Name of the operation being performed.
v1  DoubleVector
The length of the first operand.
v2  DoubleVector
The length of the second operand.
See Also