operator [] abstract method

num? operator [](
  1. num domainValue
)
inherited

Applies the scale function to the domainValue.

Returns the pixel location for the given domainValue or null if the domainValue could not be found/translated by this scale. Non-numeric scales should be the only ones that can return null.

Implementation

num? operator [](D domainValue);