MItem   Conversion (Double to MItem)

Defines an implicit conversion of a Double value to a MItem.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
C#
public static implicit operator MItem (
	double value
)

Parameters

value  Double
The value to convert to a MItem.

Return Value

MItem

See Also