FBClient.Network.Client.GetRoundedPing C# (CSharp) Méthode

GetRoundedPing() public méthode

public GetRoundedPing ( ) : double
Résultat double
        public double GetRoundedPing()
        {
            return Math.Round(Ping);
        }