Click or drag to resize

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
)

Parameters

u
Type: System Int32
The u.
v
Type: System Int32
The v.

Return Value

Type: Int32
The GCD value
See Also