Uses of Interface
convex.core.data.INumeric
Packages that use INumeric
Package
Description
Data structures and algorithms, including a complete set of classes
required to implement immutable, decentralised data objects.
-
Uses of INumeric in convex.core.data
Methods in convex.core.data that return INumeric -
Uses of INumeric in convex.core.data.prim
Classes in convex.core.data.prim that implement INumericModifier and TypeClassDescriptionclassClass for CVM Byte instances.classClass for CVM double floating-point values.classClass for CVM long values.Methods in convex.core.data.prim that return INumericModifier and TypeMethodDescriptionCVMByte.toStandardNumber()CVMDouble.toStandardNumber()CVMLong.toStandardNumber() -
Uses of INumeric in convex.core.lang
Methods in convex.core.lang that return INumericModifier and TypeMethodDescriptionstatic INumericRT.ensureNumber(ACell a)Converts a CVM value to the standard numeric representation.