swisseph
クラス DblObj

java.lang.Object
  上位を拡張 swisseph.DblObj
すべての実装されたインタフェース:
java.io.Serializable

public class DblObj
extends java.lang.Object
implements java.io.Serializable

This class enables methods to return doubles by reference. We need this here, as this is a very direct port from C to Java, where reference parameters are used from time to time.

You will find the complete documentation for the original SwissEphemeris package at http://www.astro.ch/swisseph/sweph_g.htm. By far most of the information there is directly valid for this port to Java as well.

関連項目:
直列化された形式

フィールドの概要
 double val
          This is the double value that has become wrapped up into a real object.
 
コンストラクタの概要
DblObj()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

val

public double val
This is the double value that has become wrapped up into a real object.

コンストラクタの詳細

DblObj

public DblObj()