Operations<T>.ConvertTo<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#
public static 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