DifferenceSetOrders Method |
Sets the orders for the Difference object.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetOrders(
int[] orders
)
Public Sub SetOrders (
orders As Integer()
)
public:
void SetOrders(
array<int>^ orders
)
member SetOrders :
orders : int[] -> unit
Parameters
- orders
- Type: SystemInt32
An int array of length equal to length of periods,
containing the order of each difference given in periods.
Remarks
The elements of orders must be greater than or equal to 0.
See Also