Click or drag to resize

MismatchedSizeException(String, Int64, Int64, Int64, Int64) Constructor

Constructs a MismatchedSizeException instance with an error message containing the dimensions of the two-dimensional operands.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public MismatchedSizeException(
	string operation,
	long row1,
	long col1,
	long row2,
	long col2
)

Parameters

operation  String

[Missing <param name="operation"/> documentation for "M:CenterSpace.NMath.Core.MismatchedSizeException.#ctor(System.String,System.Int64,System.Int64,System.Int64,System.Int64)"]

row1  Int64
The first dimension size of the first operand.
col1  Int64
The second dimension size of the first operand.
row2  Int64
The first dimension size of the second operand.
col2  Int64
The second dimension size of the second operand.
See Also