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