class Digiproc::DataProperties::Slope
Inner slope class made for pleasant syntax in the maxima methods
Public Class Methods
Negative()
click to toggle source
returns inner class Negative
# File lib/concerns/data_properties.rb, line 98 def self.Negative Negative end
Positive()
click to toggle source
returns inner class Positive
# File lib/concerns/data_properties.rb, line 104 def self.Positive Positive end
Zero()
click to toggle source
returns inner class Zero
# File lib/concerns/data_properties.rb, line 110 def self.Zero Zero end