Show / Hide Table of Contents

Interface IFunction

Interface for function.

Namespace:numl.Math.Functions
Assembly:numl.dll
Syntax
public interface IFunction

Properties

View Source

Maximum

Returns the maximum value from the function curve.

Declaration
double Maximum { get; }
Property Value
Type Description
System.Double
View Source

Minimum

Returns the minimum value from the function curve.

Declaration
double Minimum { get; }
Property Value
Type Description
System.Double

Methods

View Source

Compute(Vector)

Computes the given x coordinate.

Declaration
Vector Compute(Vector x)
Parameters
Type Name Description
Vector x

The Vector to process.

Returns
Type Description
Vector

A Vector.

View Source

Compute(Double)

Computes the given x coordinate.

Declaration
double Compute(double x)
Parameters
Type Name Description
System.Double x

The Vector to process.

Returns
Type Description
System.Double

A Vector.

View Source

Derivative(Vector)

Derivatives the given x coordinate.

Declaration
Vector Derivative(Vector x)
Parameters
Type Name Description
Vector x

The Vector to process.

Returns
Type Description
Vector

A Vector.

View Source

Derivative(Double)

Derivatives the given x coordinate.

Declaration
double Derivative(double x)
Parameters
Type Name Description
System.Double x

The Vector to process.

Returns
Type Description
System.Double

A Vector.

View Source

Minimize(Vector)

Computes and condenses the given x coordinate.

Declaration
double Minimize(Vector x)
Parameters
Type Name Description
Vector x

The Vector to process.

Returns
Type Description
System.Double

Double.

  • View Source
©2017 — Seth Juarez
numl v0.9.20-beta
MIT License
docs by docfx