DD.fromDD constructor

DD.fromDD(
  1. DD dd
)

Creates a new DoubleDouble with value equal to the argument.

@param dd the value to initialize

Implementation

DD.fromDD(DD dd) {
  initFromDD(dd);
}