Preparing search index...
The search index is not available
LineUpJS - v4.11.0
LineUpJS
IMappingFunction
Interface IMappingFunction
interface
IMappingFunction
{
domain
:
number
[]
;
apply
(
v
)
:
number
;
clone
(
)
:
IMappingFunction
;
eq
(
other
)
:
boolean
;
getRange
(
formatter
)
:
[
string
,
string
]
;
toJSON
(
)
:
ITypedDump
;
}
Implemented by
ScaleMappingFunction
ScriptMappingFunction
Index
Properties
domain
Methods
apply
clone
eq
get
Range
toJSON
Properties
domain
domain
:
number
[]
Methods
apply
apply
(
v
)
:
number
Parameters
v
:
number
Returns
number
clone
clone
(
)
:
IMappingFunction
Returns
IMappingFunction
eq
eq
(
other
)
:
boolean
Parameters
other
:
IMappingFunction
Returns
boolean
get
Range
get
Range
(
formatter
)
:
[
string
,
string
]
Parameters
formatter
:
(
(
v
)
=>
string
)
(
v
)
:
string
Parameters
v
:
number
Returns
string
Returns
[
string
,
string
]
toJSON
toJSON
(
)
:
ITypedDump
Returns
ITypedDump
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
domain
apply
clone
eq
get
Range
toJSON
LineUpJS - v4.11.0
Loading...