JplDEFileGetConstantValue Method  | 
 
            Retrieves the value associated with the named constant.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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