FBClient.Network.Client.GetRoundedPing C# (CSharp) Method

GetRoundedPing() public method

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