Class: Digiproc::DataProperties::Slope
- Inherits:
-
Object
- Object
- Digiproc::DataProperties::Slope
- 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
-
.Negative ⇒ Object
returns inner class Negative.
-
.Positive ⇒ Object
returns inner class Positive.
-
.Zero ⇒ Object
returns inner class Zero.
Class Method Details
.Negative ⇒ Object
returns inner class Negative
98 99 100 |
# File 'lib/concerns/data_properties.rb', line 98 def self.Negative Negative end |
.Positive ⇒ Object
returns inner class Positive
104 105 106 |
# File 'lib/concerns/data_properties.rb', line 104 def self.Positive Positive end |
.Zero ⇒ Object
returns inner class Zero
110 111 112 |
# File 'lib/concerns/data_properties.rb', line 110 def self.Zero Zero end |