-
Notifications
You must be signed in to change notification settings - Fork 0
Duration.ToString
Chanan edited this page Aug 15, 2020
·
1 revision
Duration.ToString Method
Namespace: CW.Soloist.CompositionService.MusicTheory
Assembly: CW.Soloist.CompositionService.dll
Returns a string representation of the given duration in the form of 'numerator / denominator'.
A string representation of the given duration in the form of 'numerator / denominator.
public override string ToString() => $"{Numerator}/{Denominator}";
© 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)