Click or drag to resize

Extrema Structure

Represents an imutable extrema of a function in two dimensions.
Inheritance Hierarchy
SystemObject
  SystemValueType
    CenterSpace.NMath.CoreExtrema

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public struct Extrema

The Extrema type exposes the following members.

Constructors
 NameDescription
Public methodExtrema Represents an extrema point of a function.
Top
Properties
 NameDescription
Public propertyX Gets abscissa (x value).
Public propertyY Gets ordinate (y value).
Top
See Also