Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ModFunctionInfo Class
Members


In This Topic
    ModFunctionInfo Class
    In This Topic
    Returns the remainder after the Number argument (dividend) is divided by the Divisor argument.
    Syntax
    'Declaration
     
    
    Public Class ModFunctionInfo 
       Inherits FunctionInfo
    'Usage
     
    
    Dim instance As ModFunctionInfo
    public class ModFunctionInfo : FunctionInfo 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.ModFunctionInfo

    See Also