-
Notifications
You must be signed in to change notification settings - Fork 0
IDuration.IsDenominatorPowerOfTwo
Chanan edited this page Aug 15, 2020
·
2 revisions
IDuration.IsDenominatorPowerOfTwo Method
Namespace: CW.Soloist.CompositionService.MusicTheory
Assembly: CW.Soloist.CompositionService.dll
Utility method which determines whether this duration's denominator is a power of two or not.
This could be helpful for musical quantization process.
bool IsDenominatorPowerOfTwo();
True if this duration's denominator is a power of two, and false else-wise.
© Chanan Welt - Soloist
- Home
- Getting Started
- Design
- Business Logical Layer (CW.Soloist.CompositionService)
- Duration Representation
- IDuration
- Duration
- Duration Representation
- Data Access Layer
- Presentation Layer
- Business Logical Layer (CW.Soloist.CompositionService)