|
EuclideanGreatestCommonDenominator(Int64) Method
|
Gets the greatest common denominator of all the integers in the source collection.
Namespace: GSF.NumericalAnalysisAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
Syntaxpublic static long GreatestCommonDenominator(
params long[] source
)
Public Shared Function GreatestCommonDenominator (
ParamArray source As Long()
) As Long
static member GreatestCommonDenominator :
source : int64[] -> int64
GSF.NumericalAnalysis.Euclidean.GreatestCommonDenominator = function(... source);
View SourceParameters
- source Int64
- The collection of integers.
Return Value
Int64The greatest common denominator.
See Also