nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.Lambda / Integration

Integration

Full name Microsoft.VisualBasic.Math.Lambda.Symbolic.Integration Assembly Microsoft.VisualBasic.Math.Lambda Members 3

01 Syntax

Microsoft.VisualBasic.Math.Lambda.Symbolic.Integration

02 Methods

NameOverloadsSummary
Integrate 2 Indefinite integral of expr with respect to var.
DefiniteIntegral 1 Definite integral of expr over [lower, upper] with respect to var, evaluated by Newton-Leibniz.

03 Members

method Integrate overload 2 #
Integrate(String, String)

Indefinite integral of expr with respect to var. Returns the antiderivative (without the constant of integration).

method Integrate #
Integrate(Expression, String)

Indefinite integral of expr with respect to var.

method DefiniteIntegral #
DefiniteIntegral(String, String, Double, Double)

Definite integral of expr over [lower, upper] with respect to var, evaluated by Newton-Leibniz.