IndexParamsSetFloat Method
|
Namespace:
OpenCvSharp.Flann
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic void SetFloat(
string key,
float value
)
Public Sub SetFloat (
key As String,
value As Single
)
public:
void SetFloat(
String^ key,
float value
)
member SetFloat :
key : string *
value : float32 -> unit
function SetFloat(key, value);
Parameters
- key
- Type: SystemString
- value
- Type: SystemSingle
See Also