DifferentialCalculus ClassMathos Core Library 1.0.5.1 (changeset 39720)
This documentation is compiled for the latest release of Mathos Core Library
This class provides you with tools for calculations of rates of changes.
Inheritance Hierarchy

SystemObject
  Mathos.CalculusDifferentialCalculus

Namespace: Mathos.Calculus
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax

public static class DifferentialCalculus
Methods

  NameDescription
Public methodStatic memberFirstDerivative(FuncDecimal, Decimal, Int32, Decimal)
Calculates the first derivative given a multivariable function and a specific set of variables (input parameters).
Public methodStatic memberFirstDerivative(FuncDouble, Double, Double, Double)
Calculates the first derivative given a function and an x coordinate
Public methodStatic memberSecondDerivative(FuncDecimal, Decimal, Decimal)
Calculates the second derivative given a function and an x coordinate
Public methodStatic memberSecondDerivative(FuncDecimal, Decimal, Int32, Decimal)
Calculates the second derivative given a multivariable function and a specific set of variables (input parameters).
Top
See Also

Reference