IOperations<T>.Convert To<U> Method
Converts an instance of the operand type to the specified type.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
value converted to a value of type U.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.