greatest_common_divisor_int64


Description:


public int64 greatest_common_divisor_int64 (int64 a, int64 b)

Calculates the greatest common divisor of a and b.

Parameters:

a

First value as int64

b

Second value as int64

Returns:

Greatest common divisor of a and b


Namespace: Gst.Util
Package: gstreamer-1.0