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
)
Protected Shared Function Gcd (
u As Single,
v As Single
) As Single
protected:
static float Gcd(
float u,
float v
)
static member Gcd :
u : float32 *
v : float32 -> float32
Parameters
-
u
-
Type:
System
Single
The u.
-
v
-
Type:
System
Single
The v.
Return Value
Type:
Single
The GCD value
See Also