Normal Class

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

Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in microsoft.visualstudio.teamsystem.data.generators.dll)

Syntax

'Declaration
Public NotInheritable Class Normal
    Inherits NormalBase
'Usage
Dim instance As Normal
public sealed class Normal : NormalBase
public ref class Normal sealed : public NormalBase
public final class Normal extends NormalBase
public final class Normal extends NormalBase

Inheritance Hierarchy

System.Object
   Microsoft.VisualStudio.TeamSystem.Data.Generators.DistributionBase
     Microsoft.VisualStudio.TeamSystem.Data.Generators.NormalBase
      Microsoft.VisualStudio.TeamSystem.Data.Generators.Normal

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Normal Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace