 | OcrApiGetDoubleVariable Method |
Get the value of an internal "parameter."
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.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 String
- The name of the parameter.
Return Value
DoubleThe value of the parameter if it was found among Tesseract parameters. Throw
VariableNotFoundException otherwise.
Remarks
See Also