Expression::MultiplyChecked Method
.NET Framework (current version)
Creates a BinaryExpression that represents an arithmetic multiplication operation that has overflow checking.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | MultiplyChecked(Expression^, Expression^) | Creates a BinaryExpression that represents an arithmetic multiplication operation that has overflow checking. |
![]() ![]() | MultiplyChecked(Expression^, Expression^, MethodInfo^) | Creates a BinaryExpression that represents an arithmetic multiplication operation that has overflow checking. |
Show:

