Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: BigInt operator*(BigInt, BigInt)

  • Declared in: RT.BigInteger.BigInt

Declaration

public static BigInt operator*(
    BigInt one,
    BigInt two
)

Summary

Returns the product of one times two.