smart_arrays_sample_data
smart_arrays_sample_data
Sine1D
getXvalues method
getXvalues
smart_arrays_sample_data
smart_arrays_sample_data
Sine1D
getXvalues method
Sine1D class
Constructors
Sine1D
Properties
hashCode
runtimeType
Methods
getSine
getXvalues
noSuchMethod
toString
Operators
operator ==
getXvalues
method
Float64List
getXvalues
(
)
Returns the "x" values where the sine was computed.
Implementation
Float64List getXvalues() => _xValues;