RealPart constructor

RealPart(
  1. Grouping grouping,
  2. bool allowNegative
)

Implementation

RealPart(this.grouping, this.allowNegative);