Number.this

Constructs a Number.

  1. this(NumberContainer num)
    class Number
    pure @safe nothrow
    this
    (
    in NumberContainer num = NumberContainer(BigInt(0), BigInt(0), 0)
    )
  2. this(ulong precision)

Parameters

num NumberContainer

The value to contain within the Number.

Meta