PointGFp.opOpAssign

-= Operator

  1. void opOpAssign(PointGFp rhs)
  2. void opOpAssign(PointGFp rhs)
    struct PointGFp
    public
    void
    opOpAssign
    (
    string op
    )
    (
    const ref PointGFp rhs
    )
    if (
    op == "-"
    )
  3. void opOpAssign(T scalar)

Parameters

rhs PointGFp

the PointGFp to subtract from the local value

Return Value

Type: void

resulting PointGFp

Meta