Method FRem
FRem(Value, Value)
Creates a floating point remainder operator
Declaration
public Value FRem(Value lhs, Value rhs)
Parameters
public Value FRem(Value lhs, Value rhs)
Value | lhs | left hand side operand |
Value | rhs | right hand side operand |
Returns
Value | Value for the instruction |