IOperations<T>.ConvertTo<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.0
C#
U ConvertTo<U>(
	T value
)

Parameters

value  T
The value to convert.

Type Parameters

U
The type to convert to.

Return Value

U
value converted to a value of type U.

See Also