Click or drag to resize

NoteValueExtensions Methods

The NoteValueExtensions type exposes the following members.

Methods
  Name Description
Public Extension Method Duration(NoteValue) Returns source note value duration. For example, 0.25 will be returned for a quater note, 1.0 will be returned for a whole note, etc.
Public Extension Method Duration(NoteValueBritish) Returns source note value duration. For example, 0.25 will be returned for a crotchet note, 1.0 will be returned for a semibreve note, etc.
Public Extension Method Duration(NoteValue, NoteValue) Returns source note value duration in terms of given reference note value. For example, if measure size is 3/4 then reference is quarter notes and returned value will be equivalent number of quarter notes for given source note.
Public Extension Method Duration(NoteValue, Int32) Returns source note value duration. For example, 0.25 will be returned for a quater note, 1.0 will be returned for a whole note, etc.
Public Extension Method Duration(NoteValueBritish, NoteValueBritish) Returns source note value duration in terms of given reference note value. For example, if measure size is 3/4 then reference is quarter notes and returned value will be equivalent number of quarter notes for given source note.
Public Extension Method Duration(NoteValueBritish, Int32) Returns source note value duration. For example, 0.25 will be returned for a crotchet note, 1.0 will be returned for a semibreve note, etc.
Public Extension Method Duration(NoteValue, NoteValue, Int32) Returns source note value duration in terms of given reference note value. For example, if measure size is 3/4 then reference is quarter notes and returned value will be equivalent number of quarter notes for given source note.
Public Extension Method Duration(NoteValueBritish, NoteValueBritish, Int32) Returns source note value duration in terms of given reference note value. For example, if measure size is 3/4 then reference is quarter notes and returned value will be equivalent number of quarter notes for given source note.
Top
See Also