[Missing <summary> documentation for M:PerpetuumSoft.Instrumentation.Model.SmartValue.op_Implicit(System.Double)~PerpetuumSoft.Instrumentation.Model.SmartValue]

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public static implicit operator SmartValue (
	double value
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	value As Double _
) As SmartValue
Visual C++
static implicit operator SmartValue (
	double value
)

Parameters

value
Type: System..::.Double

See Also