static public method Measurement<T>.op_Implicit

Brief

Implicitly converts the value to a tuple

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

Parameters
value

Declared in Measurement<T>

back