YurikoCS.Triad.ToInt16 C# (CSharp) Méthode

ToInt16() public méthode

public ToInt16 ( ) : short
Résultat short
        public short ToInt16()
        {
            return (short)(bytes[0] + (bytes[1] << 8) + (bytes[2] << 16));
        }