Expression::Modulo Method

 

Creates a BinaryExpression that represents an arithmetic remainder operation.

Namespace:   System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticModulo(Expression^, Expression^)

Creates a BinaryExpression that represents an arithmetic remainder operation.

System_CAPS_pubmethodSystem_CAPS_staticModulo(Expression^, Expression^, MethodInfo^)

Creates a BinaryExpression that represents an arithmetic remainder operation.

Return to top
Show: