SmoothOperator.SmoothOperator Constructors
Initializes a new instance of the SmoothOperator class.
Overload List
Name | Description | |
---|---|---|
Public method | SmoothOperator() | Initializes a new instance of the SmoothOperator class. |
Public method | SmoothOperator(Operator input) | Initializes a new instance of the SmoothOperator class with the specified input operator. |
SmoothOperator()
Initializes a new instance of the SmoothOperator class.Syntax
public SmoothOperator ()
SmoothOperator(Operator input)
Initializes a new instance of the SmoothOperator class with the specified input operator.Syntax
public SmoothOperator (
Operator input
)
Parameters
input
Type: Operator
The next input operator in the operator chain.
The next input operator in the operator chain.
Platforms
Windows, Linux, Android