MItem Conversion (Double to MItem)
Defines an implicit conversion of a
Double value to a
MItem.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
public static implicit operator MItem (
double value
)
Public Shared Widening Operator CType (
value As Double
) As MItem
static implicit operator MItem^ (
double value
)
F# does not support the declaration of new casting operators.
- value Double
- The value to convert to a MItem.
MItem