Copyright © 2005-2019 MultiMedia Soft

GetCurrentPercentageFloat method

Previous pageReturn to chapter overviewNext page

Remarks

 

Gets the percentage of performed song during a play session with the specified player.

 

 

Syntax

 

[Visual Basic]

Public Function GetCurrentPercentageFloat (

nPlayerIndex as Int16

) as Single


 

[C#]

public float GetCurrentPercentageFloat (

Int16 nPlayerIndex

);


 

[C++]

public: float GetCurrentPercentageFloat (

Int16 nPlayerIndex

);


 

 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the player whose information must be retrieved

 

 

Return value

 

The current percentage: a return value of 0.0 may also indicate that an error occurred: check the LastError property in order to see if an error occurred.