BigNumber.opUnary

  1. BigNumber opUnary()
    struct BigNumber
    @trusted pure nothrow const
    opUnary
    (
    string op
    )
    ()
    if (
    op == "+" ||
    op == "-"
    ||
    op == "~"
    )
  2. BigNumber opUnary()

Return Value

Type: BigNumber

the result of the unitary operation op