Click or drag to resize

JplDEFileGetConstantValue Method

Retrieves the value associated with the named constant.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double GetConstantValue(
	string name
)

Parameters

name
Type: SystemString
The name of the constant to retrieve.

Return Value

Type: Double
The value of the constant with the specified name.
See Also