INumericBitConverterTNumeric Interface
Converts numeric values to arrays of bytes, and an array of bytes to numeric values.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public interface INumericBitConverter<TNumeric>
where TNumeric : struct, new(), INumeric<TNumeric>
Public Interface INumericBitConverter(Of TNumeric As {Structure, New, INumeric(Of TNumeric)})
generic<typename TNumeric>
where TNumeric : value class, gcnew(), INumeric<TNumeric>
public interface class INumericBitConverter
type INumericBitConverter<'TNumeric when 'TNumeric : struct, new() and INumeric<'TNumeric>> = interface end
Type Parameters
- TNumeric
- The type of numeric value to convert.