Visual Basic (Declaration) | |
---|---|
Public MustOverride Property BandwidthRatio As Double |
C# | |
---|---|
public abstract double BandwidthRatio {get; set;} |
Property Value
The default value is 8/7. The maximum value is 2, and the minimum is 0.5.This is the "sampling factor", referred to as "n" in the WirelessMAN-OFDM PHY section of IEEE 802.16-2004. It is a unitless fraction. If IsBandwidthRatioAutomatic is true, attempting to set this property has no effect; instead the value of BandwidthRatio is determined based on the current value of Bandwidth, using table 211 of the standard.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)