final class DecimalSize implements Stringable (View source)

Methods

static DecimalSize
fromCell(string $cell)

No description

static DecimalSize
fromPrecisionAndScale(int $precision, int $scale)

No description

string
__toString()

No description

Details

static DecimalSize fromCell(string $cell)

No description

Parameters

string $cell

Return Value

DecimalSize

static DecimalSize fromPrecisionAndScale(int $precision, int $scale)

No description

Parameters

int $precision
int $scale

Return Value

DecimalSize

string __toString()

No description

Return Value

string