Class PowerConverter
- Namespace
- xFunc.Maths.Expressions.Units.Converters
- Assembly
- xFunc.Maths.dll
The power unit converter.
public class PowerConverter : IConverter<PowerValue>, IConverter<object>
- Inheritance
-
PowerConverter
- Implements
- Inherited Members
Methods
CanConvertTo(object, string)
Determines whether the current converter can convert to specified unit.
public bool CanConvertTo(object value, string unit)
Parameters
Returns
- bool
true
if converter can convert usingunit
; otherwise,false
.
Convert(object, string)
Converts value
to specified unit
.
public PowerValue Convert(object value, string unit)
Parameters
Returns
- PowerValue
The converter value.