Property this
this[int]
1D write access at a specified index. Use AddList if possible instead.
Declaration
public float this[int index] { set; }
Parameters
| Type |
Name |
Description |
| int |
index |
Index to write to.
|
Property Value
this[int, int]
Declaration
public float this[int ch, int w] { set; }
Parameters
| Type |
Name |
Description |
| int |
ch |
|
| int |
w |
|
Property Value
this[int, int, int]
3D write access at the specified height, width, and channel.
Declaration
public float this[int ch, int h, int w] { set; }
Parameters
Property Value