Uniform Members

A sealed class that provides a uniform distribution for use with data generators.

The following tables list the members exposed by the Uniform type.

Public Constructors

  Name Description
Public constructor Uniform Initializes a new instance of the Uniform class.  

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetRangeValue Overridden. Gets a range value according to the uniform distribution.  
Public method GetType  (Inherited from Object.)
Public method Initialize  Initializes the distribution.  (Inherited from DistributionBase.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method SetInputValues  Sets values on input properties.  (Inherited from DistributionBase.)
Public method ToString  (Inherited from Object.)
Public method ValidateInputs  Validates input properties.  (Inherited from DistributionBase.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

Uniform Class
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace