greatest_common_divisor


Description:


public int greatest_common_divisor (int a, int b)

Calculates the greatest common divisor of a and b.

Parameters:

a

First value as int

b

Second value as int

Returns:

Greatest common divisor of a and b


Namespace: Gst.Util
Package: gstreamer-1.0