GrapeCity.Xaml.CalcEngine
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 Boolean
'Usage
 
Dim instance As CalcRandBetweenFunction
Dim value As Boolean
 
value = instance.IsVolatile()
public override bool IsVolatile()

Return Value

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

Reference

CalcRandBetweenFunction Class
CalcRandBetweenFunction Members