Overload | Description |
---|---|
ValidateDimensions(Boolean,Int32Collection,Int32) | Validate the dimensions of a given matrix. As a side effect will bring to 0 negative dimensions. Throws ArgumentException if dimensions overflow and ServiceResultException if maxArrayLength is exceeded |
ValidateDimensions(Int32Collection,Int32,Int32) | Validate the dimensions of a matrix with a provided expected flattened length. Throws ArgumentException if dimensions overflow and ServiceResultException if maxArrayLength is exceeded |
ValidateDimensions(Int32Collection) | Validate that dimensions do not overflow |