IConvertibleT Interface

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

Definition

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

Type Parameters

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

Methods

ConvertTo Converts the instance into a new instance of the same type denominated in the measurement units provided.

See Also