Click or drag to resize

IConvertibleT Interface

Defines the behavior of a class that can be converted from one Unit to another.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public interface IConvertible<out T>

Type Parameters

T
A Type that can be converted to a different Unit type.

The IConvertibleT type exposes the following members.

Methods
 NameDescription
Public methodConvertTo Converts the instance into a new instance of the same type denominated in the measurement units provided.
Top
See Also