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