struct

Calc::Options::IGStep

Inherits Struct < Value < Object

Constants

METHOD_MAP = {"lefthand" => IG::Method::LeftHand, "righthand" => IG::Method::RightHand, "midpoint" => IG::Method::Midpoint, "trapezoid" => IG::Method::Trapezoid, "simpsons" => IG::Method::Simpsons}

Constructors

new(method : String, low : Float64, high : Float64, parts : Int64)
Source

Instance methods

high
Source
high=(high : Float64)
Source
low=(low : Float64)
Source
method
Source
method=(method : IG::Method)
Source
parts
Source
parts=(parts : Int64)
Source