C# Class midi2piano.Form1.PNote

Afficher le fichier Open project: yogstation13/yogstation-old

Méthodes publiques

Свойство Type Description
Default PNote
Length float
Note string

Méthodes publiques

Méthode Description
PNote ( float length, string note ) : System

Method Details

PNote() public méthode

public PNote ( float length, string note ) : System
length float
note string
Résultat System

Property Details

Default public_oe static_oe property

public static PNote Default
Résultat PNote

Length public_oe property

public float Length
Résultat float

Note public_oe property

public string Note
Résultat string