The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BigInteger::Multiply Operator (BigInteger, BigInteger)
.NET Framework (current version)
Multiplies two specified BigInteger values.
Assembly: System.Numerics (in System.Numerics.dll)
Parameters
- left
-
Type:
System.Numerics::BigInteger
The first value to multiply.
- right
-
Type:
System.Numerics::BigInteger
The second value to multiply.
The Multiply method defines the operation of the multiplication operator for BigInteger values. It enables code such as the following:
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone
Available since 8.1
Show: