Table of Contents

Struct ArrayExtrema

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

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.

public Point MaxLocation

Field Value

Point

MaxValue

The maximum value of the 2D array.

public double MaxValue

Field Value

double

MinLocation

The zero-based index of the minimum value in the 2D array.

public Point MinLocation

Field Value

Point

MinValue

The minimum value of the 2D array.

public double MinValue

Field Value

double

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.