double GetDoubleSetting( string strSettingPath, int nIdx )
double GetDoubleSetting( String^ strSettingPath, int nIdx )
Parameters
| Parameter Name | Description |
|---|---|
| strSettingPath | Path to settings |
| nIdx | 0-based index. |
Return Value
value read from settings
double GetDoubleSetting( string strSettingPath, int nIdx )
double GetDoubleSetting( String^ strSettingPath, int nIdx )
| Parameter Name | Description |
|---|---|
| strSettingPath | Path to settings |
| nIdx | 0-based index. |
| Exception | Description |
|---|---|
| BaseException | Thrown when the value cannot be read from settings |
| System.ArgumentNullException | Thrown when strSettingsPath is null. |
| System.ArgumentException | Thrown when setting path dosn't exist. |