Skip to content
neta-r edited this page Dec 20, 2020 · 2 revisions

Range

Data Structor & Fields:

  • A double min.
  • A double max.

Functions:

  • A regular constructor.
  • Getters and Setters for min and max.
  • isEmpy function return True if min and max are valide.
  • get_length is the function max-min.
  • getPortion is the function that computes the one-dimensional proportional of the given X / y.
  • fromPortion is the function that returns the one-dimensional proportional of the given X / y.

Menu

Clone this wiki locally