GuitarPosition
Object Hierarchy:
Description:
public class GuitarPosition
A guitar position, composed by the string index and the fret index
Content:
Properties:
- public ushort fret_index { get; }
The fret index associated to this guitar position
- public ushort string_index { get; }
The guitar string index [0,5] associated to this guitar position
Static methods:
- public static bool equal_func (GuitarPosition a, GuitarPosition b)
- public static uint hash_func (GuitarPosition key)
Creation methods: