getValue

fun getValue(time: JulianDate? = definedExternally, result: Any? = definedExternally): Any(source)

Gets the value of the property.

Return

The modified result parameter or a new instance if the result parameter was not supplied.

Parameters

time

The time for which to retrieve the value. This parameter is unused since the value does not change with respect to time.

result

The object to store the value into, if omitted, a new instance is created and returned.

See also