operator * abstract method

ECPoint? operator *(
  1. BigInt? k
)

Multiply this point by the given number k.

Implementation

ECPoint? operator *(BigInt? k);