Clusterizator.DataObject.Get C# (CSharp) Method

Get() public method

The get.
public Get ( string s ) : double
s string /// The s. ///
return double
        public double Get(string s)
        {
            return (double)Vault[s];
        }