Operations<T>.Convert To<U> Method
Converts an instance of the operand type to the specified type.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
value converted to a value of type U.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static U ConvertTo<U>(
T value
)
Parameters
- value T
- The value to convert.
Type Parameters
- U
- The type to convert to.
Return Value
Uvalue converted to a value of type U.