Set the element of the Array to val
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public void SetValue(
double val
)
Public Sub SetValue ( _
val As Double _
)
public:
void SetValue(
double val
)
Parameters
- val
- Double
The value to be set for each element of the Array
See Also