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