operator * abstract method

AbstractPoint operator *(
  1. BigInt other
)

Multiplies the point by a scalar.

Implementation

AbstractPoint operator *(BigInt other);