IConvertibleT Interface
Defines the behavior of a class that can be converted
from one
Unit to another.
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public interface IConvertible<out T>
Type Parameters
- T
- A Type that can be converted to a
different Unit type.
ConvertTo |
Converts the instance into a new instance of the same type denominated
in the measurement units provided.
|