Spread Windows Forms 12.0 Product Documentation
GetNumber Method (IReadonlyPrimitiveValue)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IReadonlyPrimitiveValue Interface : GetNumber Method
The evaluation context to get value.
Gets the System.Double value.
Syntax
'Declaration
 
Function GetNumber( _
   Optional ByVal context As IEvaluationContext _
) As Double
'Usage
 
Dim instance As IReadonlyPrimitiveValue
Dim context As IEvaluationContext
Dim value As Double
 
value = instance.GetNumber(context)
double GetNumber( 
   IEvaluationContext context
)

Parameters

context
The evaluation context to get value.

Return Value

An System.Double value.
See Also

Reference

IReadonlyPrimitiveValue Interface
IReadonlyPrimitiveValue Members