Enumeration

NumCosmoMathFunctionCacheSearchType

Declaration

enum NumCosmoMath.FunctionCacheSearchType

Description [src]

Cache search direction.

Members

NCM_FUNCTION_CACHE_SEARCH_BOTH

Searches both directions.

  • Value: 0
  • Available since: 1.0
NCM_FUNCTION_CACHE_SEARCH_GT

Searches cache upwards.

  • Value: 1
  • Available since: 1.0
NCM_FUNCTION_CACHE_SEARCH_LT

Searches cache downwards.

  • Value: 2
  • Available since: 1.0