Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration constants to define search mode

Index

Enumeration members

Enumeration members

Exact

Exact: = "Exact"

Specifies exact search. If the index is not found, -1 is returned

Nearest

Nearest: = "Nearest"

Specifies the nearest index. This will round up or down if the search is in-between x-values

RoundDown

RoundDown: = "RoundDown"

Rounds down to the nearest index

RoundUp

RoundUp: = "RoundUp"

Rounds up to the nearest index

Generated using TypeDoc