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