Description
Read-write property exposing the height of the kernel.
-
Property type
-
A Long value.
-
Syntax
-
object.SizeY [= value]
The SizeY Property syntax has these parts: |
| object | An expression evaluating to an object of type McKernel. | | value | A Long value. | Remarks
The number of Coefficients is SizeX * SizeY.
For a kernel containing several definitions (Count > 1), this property reflects the definition identified by Index.
|