AIMA.Core.Probability.Reasoning.Particle.getWeight C# (CSharp) Method

getWeight() public method

public getWeight ( ) : double
return double
        public double getWeight()
        {
            return weight;
        }