コード例 #1
0
 public void Transform(IEnumerable <UV> values)
 {
     UnitConversion.Transform(values, this.FromUnit, this.ToUnit);
 }
コード例 #2
0
 public void Transform(UV val)
 {
     UnitConversion.Transform(val, this.FromUnit, this.ToUnit);
 }
コード例 #3
0
 public void Transform(IList <double> values)
 {
     UnitConversion.Transform(values, this.FromUnit, this.ToUnit);
 }