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


In This Topic
    GcdFunctionInfo Class
    In This Topic
    Returns the greatest common divisor of two numbers.
    Syntax
    'Declaration
     
    
    Public Class GcdFunctionInfo 
       Inherits FunctionInfo
    'Usage
     
    
    Dim instance As GcdFunctionInfo
    public class GcdFunctionInfo : FunctionInfo 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.GcdFunctionInfo

    See Also