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.2.419.0 (24.2.419.0)
Syntax public double GetConstantValue(
string name
)
Public Function GetConstantValue (
name As String
) As Double
public:
double GetConstantValue(
String^ name
)
member GetConstantValue :
name : string -> float
Parameters
- name
- Type: SystemString
The name of the constant to retrieve.
Return Value
Type:
DoubleThe value of the constant with the specified name.
See Also