Spread Silverlight Documentation
CalcGcdFunction Class
Members 


Returns the greatest common divisor of two or more integers. The greatest common divisor is the largest integer that divides both number1 and number2 without a remainder.
Object Model
CalcGcdFunction Class
Syntax
'Declaration
 
Public Class CalcGcdFunction 
   Inherits CalcBuiltinFunction
'Usage
 
Dim instance As CalcGcdFunction
public class CalcGcdFunction : CalcBuiltinFunction 
Inheritance Hierarchy

System.Object
   GrapeCity.CalcEngine.Functions.CalcFunction
      GrapeCity.CalcEngine.Functions.CalcBuiltinFunction
         GrapeCity.CalcEngine.Functions.CalcGcdFunction

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcGcdFunction Members
GrapeCity.CalcEngine.Functions Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.