-
Notifications
You must be signed in to change notification settings - Fork 0
Duration(IDuration,bool)
Chanan edited this page Aug 15, 2020
·
3 revisions
Duration(IDuration,bool) Constructor
Namespace: CW.Soloist.CompositionService.MusicTheory
Assembly: CW.Soloist.CompositionService.dll
Copy constructor: constructs a Duration instance based on the duration parameter value.
public Duration(IDuration duration, bool reduceToLowestTerms = true)
: this(duration.Numerator, duration.Denominator, reduceToLowestTerms) { }
Name | Type | Description |
---|---|---|
duration | IDuration | The duration to copy the values from. |
reduceToLowestTerms | bool | Determines whether to reduce the numerator and denominator do their lowest terms. |
© 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)