Click or drag to resize

PdfBlendBase Gcd Method (Single, Single)

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 float Gcd(
	float u,
	float v
)

Parameters

u
Type: System Single
The u.
v
Type: System Single
The v.

Return Value

Type: Single
The GCD value
See Also