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