Class: Digiproc::DataProperties::Slope

Inherits:
Object
  • Object
show all
Defined in:
lib/concerns/data_properties.rb

Overview

Inner slope class made for pleasant syntax in the maxima methods

Defined Under Namespace

Classes: Negative, Positive, Zero

Class Method Summary collapse

Class Method Details

.NegativeObject

returns inner class Negative



98
99
100
# File 'lib/concerns/data_properties.rb', line 98

def self.Negative
    Negative
end

.PositiveObject

returns inner class Positive



104
105
106
# File 'lib/concerns/data_properties.rb', line 104

def self.Positive
    Positive
end

.ZeroObject

returns inner class Zero



110
111
112
# File 'lib/concerns/data_properties.rb', line 110

def self.Zero
    Zero
end