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[] 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
array<Single>[]()[][]

Return Value

Single

See Also