Struct ArrayExtrema
Represents the minimum and maximum values of a 2D array, and their corresponding locations.
public struct ArrayExtrema
- Inherited Members
Fields
- MaxLocation
The zero-based index of the maximum value in the 2D array.
- MaxValue
The maximum value of the 2D array.
- MinLocation
The zero-based index of the minimum value in the 2D array.
- MinValue
The minimum value of the 2D array.
Methods
- ToString()
Returns the fully qualified type name of this instance.