'Declaration Public Function modSub( _ 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.modSub(value, modulus)
public BigInteger modSub( BigInteger value, BigInteger modulus )
Parameters
- value
- modulus