static public method MeasurementMath.Pow

Brief

Raise the value in the power specified

Declaration
C#
Measurement<T>  Pow<T> (this Measurement<T> value, double exp)

Parameters
T
value
exp

Declared in MeasurementMath

back