PdfBlendBase
Gcd Method (Int32, Int32)
|
Determines greatest common divisor of the specified u and v.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected static int Gcd(
int u,
int v
)
Protected Shared Function Gcd (
u As Integer,
v As Integer
) As Integer
protected:
static int Gcd(
int u,
int v
)
static member Gcd :
u : int *
v : int -> int
Parameters
-
u
-
Type:
System
Int32
The u.
-
v
-
Type:
System
Int32
The v.
Return Value
Type:
Int32
The GCD value
See Also