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.
Implementation of CVM Primitive Data types
Core CVM implementation
-
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 TypeClassDescriptionclass
Class for CVM Byte instances.class
Class for CVM double floating-point values.class
Class 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 INumeric
RT.ensureNumber(ACell a)
Converts a CVM value to the standard numeric representation.