Visual Basic (Declaration) | |
---|---|
Public MustOverride Property FftLength As Integer |
C# | |
---|---|
public abstract int FftLength {get; set;} |
Property Value
The default value is 64. The maximum value is 65536, and the minimum is 4.The value must be even. Usually the value is a power of two.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)