Click or drag to resize

MismatchedSizeException(String, Int64, Int64) Constructor

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public MismatchedSizeException(
	string operation,
	long len1,
	long len2
)

Parameters

operation  String
Name of the operation being performed.
len1  Int64
The length of the first operand.
len2  Int64
The length of the second operand.
Remarks
Used primarily for vector operands.
See Also