Method SRem
SRem(Value, Value)
Creates an integer signed remainder operator
Declaration
public Value SRem(Value lhs, Value rhs)
Parameters
public Value SRem(Value lhs, Value rhs)
Value | lhs | left hand side operand |
Value | rhs | right hand side operand |
Returns
Value | Value for the instruction |