IExpressionValet Add Method µStrata MathDaemon™ WCF
Add new ExpressionEngine object to the pool

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<Guid> Add(
	Guid sessionId,
	Angle angleMode,
	double estimate
)

Parameters

sessionId
Type: System Guid
Session identifier
angleMode
Type: uStrata.MathDaemon.Wcf.Contracts.Types Angle
AngleMode value determines a measurement for trigonometric functions.
estimate
Type: System Double
Precision value for comparison operations

Return Value

Type: MathDaemonResponse Guid 
Instance identifier encapsulated in MathDaemonResponse object
See Also