The SAPaddingType enumeration is used to determine the method for padding or truncating a series.
It is used by the following property:
Value | Brief description | |
0 | UseExactLength. Use series of the initial length. | |
1 | TruncateToPower. Truncate the initial series to the length equal to a power of two (2,4,8,16,32,…). | |
2 | PadToPower. Pad the initial series with zeroes to the length equal to a power of two 2 (2,4,8,16,32,…). | |
3 | PadByZeros. Pad the initial series with zero values. Use the ISmUnivariateSpectrumAnalysis.ZerosCount property to determine the number of values. |
See also: