IFromConverter<T> Interface

Specifies the contract implemented by converter types.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public interface IFromConverter<T>

Type Parameters

T
The type the converter converts from.

Methods

To<U>(Complex<T>) Converts a complex value to a complex value of the specified type.
To<U>(T) Converts a value to the specified type.

See Also