FiniteCalculusSumWithRule Method Mathos Core Library 1.0.5.1 (changeset 39720)
This documentation is compiled for the latest release of Mathos Core Library
This method will evaluate a sum that contains a true-false statement - the Iverson notation.

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

public static double SumWithRule(
	Func<double, double> function,
	Func<double, bool> rule,
	int min,
	int max
)

Parameters

function
Type: SystemFuncDouble, Double
rule
Type: SystemFuncDouble, Boolean
min
Type: SystemInt32
max
Type: SystemInt32

Return Value

Type: Double
See Also

Reference