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
)
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.
Parameters
- result
- Type: Meta.Numerics.Analysis.IntegrationResult
The result.
Return Value
Type:
DoubleThe best estimated value of the integral.
See Also