AdditionOperationElement.setRhs C# (CSharp) Method

setRhs() public method

public setRhs ( Element, rhs ) : void
rhs Element,
return void
  public void setRhs(Element rhs) { mRhs = rhs; }
}