[]
Returns the parent of this subband. The parent of a subband is the subband from which this one was obtained by decomposition. The root element has no parent subband (null).
public override Subband Parent { get; }
Type | Description |
---|---|
Subband | The parent subband, or null for the root one. |