Skip to content

IDuration.IsDenominatorPowerOfTwo

Chanan edited this page Aug 15, 2020 · 2 revisions

IDuration.IsDenominatorPowerOfTwo Method

Namespace: CW.Soloist.CompositionService.MusicTheory
Assembly: CW.Soloist.CompositionService.dll

Summary

Utility method which determines whether this duration's denominator is a power of two or not.
This could be helpful for musical quantization process.

Definition

bool IsDenominatorPowerOfTwo();

Returns

True if this duration's denominator is a power of two, and false else-wise.

  • Home
  • Getting Started
  • Design
    • Business Logical Layer (CW.Soloist.CompositionService)
    • Data Access Layer
    • Presentation Layer
Clone this wiki locally