AlphaTab.Model.ModelUtils.KeySignatureIsNatural C# (CSharp) Method

KeySignatureIsNatural() public static method

public static KeySignatureIsNatural ( int ks ) : bool
ks int
return bool
        public static bool KeySignatureIsNatural(int ks)
        {
            return ks == 0;
        }