Module: Zakuro::Version::Senmyou::Solar::Value
- Defined in:
- lib/zakuro/version/senmyou/stella/solar/value.rb
Overview
Value 太陽補正値
Constant Summary collapse
Class Method Summary collapse
-
.get(solar_location:) ⇒ Integer
太陽の運行による補正値を算出する.
Class Method Details
.get(solar_location:) ⇒ Integer
太陽の運行による補正値を算出する
32 33 34 35 36 37 38 |
# File 'lib/zakuro/version/senmyou/stella/solar/value.rb', line 32 def get(solar_location:) remainder = solar_location.remainder row = Adjustment.specify(index: solar_location.index) Calculation::Solar::ChoukeiValue.get(remainder: remainder, row: row) end |