Click or drag to resize

IntegrationResultImplicit Conversion (IntegrationResult to Double)

Converts the result to a single value.

Namespace:  Meta.Numerics.Analysis
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static implicit operator double (
	IntegrationResult result
)

Parameters

result
Type: Meta.Numerics.Analysis.IntegrationResult
The result.

Return Value

Type: Double
The best estimated value of the integral.
See Also