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

ToInt32() public méthode

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