Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / IsVolatile Method


In This Topic
    IsVolatile Method (FunctionInfo)
    In This Topic
    Determines if the function is volatile.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsVolatile() As Boolean
    'Usage
     
    
    Dim instance As FunctionInfo
    Dim value As Boolean
     
    value = instance.IsVolatile()
    public virtual bool IsVolatile()
    See Also