Click or drag to resize

IntegrationResult  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.AnalysisIntegrationResult
The result.

Return Value

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