PowOut constructor

const PowOut(
  1. double power
)

Implementation

const PowOut(double power) : super(power);