Cell.BinaryMetric

Static opCall method to create a cell containing an integer scaled into a binary metric representation (Ki, Mi, Gi, Ti, etc).

struct Cell
static
BinaryMetric

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