IntegrationResult Conversion (IntegrationResult to Double)
Converts the result to a single value.
Namespace: Meta.Numerics.AnalysisAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static implicit operator double (
IntegrationResult result
)
Public Shared Widening Operator CType (
result As IntegrationResult
) As Double
static implicit operator double (
IntegrationResult^ result
)
F# does not support the declaration of new casting operators.
- result IntegrationResult
- The result.
DoubleThe best estimated value of the integral.