static public method Measurement<T>.op_Explicit

Brief

Explicitly converts the a tuple to a value

Declaration
C#
Measurement<T>  op_Explicit (Tuple<double,T> value)

Parameters
value

Declared in Measurement<T>

back