'Declaration Public Function modDiv( _ ByVal divisor As BigInteger, _ ByVal modulus As BigInteger _ ) As BigInteger
'Usage Dim instance As BigInteger Dim divisor As BigInteger Dim modulus As BigInteger Dim value As BigInteger value = instance.modDiv(divisor, modulus)
public BigInteger modDiv( BigInteger divisor, BigInteger modulus )
Parameters
- divisor
- modulus