Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/mapping
ArrayInterpolator
Interface ArrayInterpolator<Y>
Type parameters
Y
Hierarchy
Interpolator
<
ReadonlyArray
<
Y
>
>
ArrayInterpolator
Callable
Array
Interpolator
(
x
:
number
)
:
readonly
Y
[]
Parameters
x:
number
Returns
readonly
Y
[]
Index
Properties
0
1
domain
interpolators
range
Methods
can
Equal
equals
equivalent
To
interpolate
To
map
to
String
Properties
Readonly
0
0
:
readonly
Y
[]
Readonly
1
1
:
readonly
Y
[]
Readonly
domain
domain
:
LinearDomain
Readonly
interpolators
interpolators
:
readonly
Interpolator
<
Y
>
[]
Readonly
range
range
:
ArrayInterpolator
<
Y
>
Methods
can
Equal
can
Equal
(
that
:
unknown
)
:
boolean
Parameters
that:
unknown
Returns
boolean
equals
equals
(
that
:
unknown
)
:
boolean
Parameters
that:
unknown
Returns
boolean
equivalent
To
equivalent
To
(
that
:
unknown
, epsilon
?:
number
)
:
boolean
Parameters
that:
unknown
Optional
epsilon:
number
Returns
boolean
interpolate
To
interpolate
To
(
that
:
Interpolator
<
readonly
Y
[]
>
)
:
Interpolator
<
Interpolator
<
readonly
Y
[]
>
>
interpolate
To
(
that
:
unknown
)
:
null
|
Interpolator
<
Interpolator
<
readonly
Y
[]
>
>
Parameters
that:
Interpolator
<
readonly
Y
[]
>
Returns
Interpolator
<
Interpolator
<
readonly
Y
[]
>
>
Parameters
that:
unknown
Returns
null
|
Interpolator
<
Interpolator
<
readonly
Y
[]
>
>
map
map<FY>
(
transform
:
(
y
:
readonly
Y
[]
)
=>
FY
)
:
Interpolator
<
FY
>
Type parameters
FY
Parameters
transform:
(
y
:
readonly
Y
[]
)
=>
FY
(
y
:
readonly
Y
[]
)
:
FY
Parameters
y:
readonly
Y
[]
Returns
FY
Returns
Interpolator
<
FY
>
to
String
to
String
(
)
:
string
Returns
string
Modules
@swim/system
@swim/core
@swim/util
@swim/codec
@swim/mapping
@swim/collections
@swim/constraint
@swim/structure
@swim/streamlet
@swim/dataflow
@swim/recon
@swim/uri
@swim/math
@swim/geo
@swim/time
@swim/mesh
@swim/toolkit
Array
Interpolator
0
1
domain
interpolators
range
can
Equal
equals
equivalent
To
interpolate
To
map
to
String
Generated using
TypeDoc