Number.this

Constructs a Number using precision only.

  1. this(NumberContainer num)
  2. this(ulong precision)
    class Number
    pure @safe nothrow
    this
    (
    ulong precision
    )

Parameters

precision ulong

The precision of the NumberContainer.

Meta