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
)
Protected Shared Function Gcd (
values As Single()
) As Single
protected:
static float Gcd(
array<float>^ values
)
static member Gcd :
values : float32[] -> float32
Parameters
-
values
-
Type:
System
Single
The values.
Return Value
Type:
Single
The calculated GCD value.
See Also