 | OcrApiGetDoubleVariable Method |
Get the value of an internal "parameter."
Namespace:
Patagames.Ocr
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntaxpublic double GetDoubleVariable(
string name
)
Public Function GetDoubleVariable (
name As String
) As Double
public:
double GetDoubleVariable(
String^ name
)
member GetDoubleVariable :
name : string -> float
public double GetDoubleVariable(
String name
)
function GetDoubleVariable(name);
Parameters
- name
- Type: SystemString
The name of the parameter.
Return Value
Type:
DoubleThe value of the parameter if it was found among Tesseract parameters. Throw
VariableNotFoundException otherwise.
Remarks
See Also