getSine method

Float64List getSine ()

Returns the computed sine wave.

Implementation

Float64List getSine() => _sine;