SoundLibrary.Mathematics.Function.Elementary.Cos.FunctionName C# (CSharp) Method

FunctionName() protected method

protected FunctionName ( ) : string
return string
		protected override string FunctionName()
		{
			return "cos";
		}
	}