Table of Contents

Class StepFunctionList

Namespace
Microsoft.Accordant
Assembly
Accordant.Operations.dll

This class represents a list of step functions.

public class StepFunctionList : List<IStepFunction>, IList<IStepFunction>, ICollection<IStepFunction>, IReadOnlyList<IStepFunction>, IReadOnlyCollection<IStepFunction>, IEnumerable<IStepFunction>, IList, ICollection, IEnumerable
Inheritance
StepFunctionList
Implements
Inherited Members

Constructors

StepFunctionList(params IStepFunction[])

public StepFunctionList(params IStepFunction[] stepFunctions)

Parameters

stepFunctions IStepFunction[]

Operators

implicit operator StepFunctionList(BaseStepFunction)

public static implicit operator StepFunctionList(BaseStepFunction stepFunction)

Parameters

stepFunction BaseStepFunction

Returns

StepFunctionList