SettingsGetDoubleArrayElement Method (Setting, Int32)
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax public 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:
DoubleSee Also