Click or drag to resize

PdfBlendBase Gcd Method ( Single )

Calculate the GCD of the specified values.

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[] values
)

Parameters

values
Type: System Single
The values.

Return Value

Type: Single
The calculated GCD value.
See Also