Spread Silverlight Documentation
IsVolatile Method (CalcRandBetweenFunction)


GrapeCity.CalcEngine.Functions Namespace > CalcRandBetweenFunction Class : IsVolatile Method
Determines whether the function is volatile while evaluate.
Syntax
'Declaration
 
Public Overrides Function IsVolatile() As System.Boolean
'Usage
 
Dim instance As CalcRandBetweenFunction
Dim value As System.Boolean
 
value = instance.IsVolatile()
public override System.bool IsVolatile()

Return Value

true if the function is volatile; false otherwise.
See Also

Reference

CalcRandBetweenFunction Class
CalcRandBetweenFunction Members