太陽方位角[radian]を計算する
名前空間:
Popolo.Weather
アセンブリ:
Popolo (in Popolo.dll) バージョン: 2.1.0.0 (2.1.0.0)
構文public static double GetSunAzimuth(
double latitude,
double longitude,
double standardLongitude,
DateTime dTime
)
パラメーター
- latitude
- 型: SystemDouble
緯度[degree] - longitude
- 型: SystemDouble
計算地点の経度[degree] - standardLongitude
- 型: SystemDouble
標準時地点の経度(東経が正)[degree] - dTime
- 型: SystemDateTime
日時
戻り値
型:
Double太陽方位角[radian]
関連項目