right method

AzPositioned right(
  1. double double
)

Implementation

AzPositioned right(double double){
  _right = double;
  return this;
}