Inner Drive Extensible Architecture
C#
Show/Hide TOC
Length
Convert
To(Unit) Method
Converts the instance into a new instance of the same type denominated in the measurement units provided.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
Length
ConvertTo
(
Unit
target
)
Parameters
target
Unit
The
Unit
into which you want to convert this instance.
Return Value
Length
A member of the
Type
specified converted to the
Unit
specified by
target
.
Implements
IConvertible
T
ConvertTo(Unit)
Exceptions
IncompatibleUnitException
Thrown if the measurement cannot be converted into
target
.
ArgumentNullException
Thrown if
target
is
null
.
See Also
Reference
Length Structure
ConvertTo Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also