Method: Orchestrate::Search::StatsResult#max

Defined in:
lib/orchestrate/search/results.rb

#maxFloat (readonly)

Returns Highest numerical value of the statistics result.

Returns:

  • (Float)

    Highest numerical value of the statistics result



133
134
135
# File 'lib/orchestrate/search/results.rb', line 133

def max
  @max
end