|
NoteNamedValueIndex Method
|
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax public static int NamedValueIndex(
double value
)
Public Shared Function NamedValueIndex (
value As Double
) As Integer
public:
static int NamedValueIndex(
double value
)
static member NamedValueIndex :
value : float -> int
GSF.Media.Music.Note.NamedValueIndex = function(value);
View SourceParameters
- value Double
- Relative duration of the note.
Return Value
Int32Closest note value enumeration index given the relative duration of a note.
See Also