AccidentalNoise.ImplicitTiers.ImplicitTiers C# (CSharp) Method

ImplicitTiers() public method

public ImplicitTiers ( ImplicitModuleBase source, Int32 tiers, System.Boolean smooth ) : System
source ImplicitModuleBase
tiers System.Int32
smooth System.Boolean
return System
        public ImplicitTiers(ImplicitModuleBase source, Int32 tiers, Boolean smooth)
        {
            this.Source = source;
            this.Tiers = tiers;
            this.Smooth = smooth;
        }