ArchiMetrics.Analysis.Metrics.HalsteadMetrics.GetVocabulary C# (CSharp) Method

GetVocabulary() public method

public GetVocabulary ( ) : int
return int
		public int GetVocabulary()
		{
			return NumberOfUniqueOperators + NumberOfUniqueOperands;
		}