smart_arrays_sample_data
smart_arrays_sample_data
Sine1D
getSine method
getSine
smart_arrays_sample_data
smart_arrays_sample_data
Sine1D
getSine method
Sine1D class
Constructors
Sine1D
Properties
hashCode
runtimeType
Methods
getSine
getXvalues
noSuchMethod
toString
Operators
operator ==
getSine
method
Float64List
getSine
(
)
Returns the computed sine wave.
Implementation
Float64List getSine() => _sine;