Cell.DecimalMetric

Static opCall method to create a cell containing an integer scaled into a decimal metric representation (K, M, G, T, etc).

struct Cell
static
DecimalMetric

Parameters

integer ulong

integer to put in cell

metric_string cstring

metric identifier (eg bytes, Kbytes, Mbytes, etc.)

Return Value

Type: Cell

new cell struct

Meta