Computes the greatest common factor of two integers.

Declaration Syntax
| C# | Visual Basic | Visual C++ | F# |
Public Shared Function GCF ( _
u As Long, _
v As Long _
) As Long

Parameters
- u (Int64)
- The first integer.
- v (Int64)
- The second integer.

Return Value
The greatest common factor of u and v.

See Also
Assembly:
Meta.Numerics (Module: Meta.Numerics) Version: 2.0.0.0 (2.0.0.0)