SettingsGetDoubleArrayElement Method (Setting, Int32)
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic double GetDoubleArrayElement(
Setting setting,
int index
)
Public Function GetDoubleArrayElement (
setting As Setting,
index As Integer
) As Double
public:
double GetDoubleArrayElement(
Setting^ setting,
int index
)
Parameters
- setting
- Type: Kofax.OmniPageCSDK.CAPISetting
- index
- Type: SystemInt32
Return Value
Type:
Double
See Also