PointGFp.opOpAssign

+= Operator

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

Parameters

rhs PointGFp

the PointGFp to add to the local value

Return Value

Type: void

resulting PointGFp

Meta