LC constructor

LC(
  1. double L,
  2. double C
)

Implementation

LC(this.L, this.C);