IConvert<TNumeric> Interface
Converts objects to or from base data types.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public interface IConvert<TNumeric>
Public Interface IConvert(Of TNumeric)
generic<typename TNumeric>
public interface class IConvert
type IConvert<'TNumeric> = interface end
Type Parameters
- TNumeric
- The type of object that can be converted.