Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Single
v
Single

Return Value

Single

See Also