Share via


NormalBase Class

Abstract base class for normal-type distributions.

Namespace:  Microsoft.Data.Schema.Generators.Sql
Assembly:  Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)

Syntax

'Declaration
Public MustInherit Class NormalBase _
    Inherits DistributionBase
'Usage
Dim instance As NormalBase
public abstract class NormalBase : DistributionBase
public ref class NormalBase abstract : public DistributionBase
public abstract class NormalBase extends DistributionBase
[<AbstractClassAttribute>]
type NormalBase =  
    class
        inherit DistributionBase
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Generators.Sql.DistributionBase
    Microsoft.Data.Schema.Generators.Sql.NormalBase
      Microsoft.Data.Schema.Generators.Sql.Normal
      Microsoft.Data.Schema.Generators.Sql.NormalInverse

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

NormalBase Members

Microsoft.Data.Schema.Generators.Sql Namespace