IExpressionValet GetConstantList Method µStrata MathDaemon™ WCF
Retrieve a collection of built-in physical constants

Namespace: uStrata.MathDaemon.Wcf.Contracts
Assembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
Syntax

MathDaemonResponse<Constant> GetConstantList(
	Guid instanceId,
	Guid sessionId
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier

Return Value

Type: MathDaemonResponse Constant 
An array of Constant structure encapsulated in MathDaemonResponse object
See Also