PointGFp.opOpAssign

*= Operator

  1. void opOpAssign(PointGFp rhs)
  2. void opOpAssign(PointGFp rhs)
  3. void opOpAssign(T scalar)
    struct PointGFp
    public
    void
    opOpAssign
    (
    string op
    T
    )
    ()
    if (
    op == "*" &&
    !isPointer!T
    )

Parameters

scalar T

the PointGFp to multiply with this

Return Value

Type: void

resulting PointGFp

Meta