Gets or sets the length of the matrix array
public uint matrixLength {get; set;}
'Declaration
Public Property matrixLength As UInteger
'Usage
Dim instance As BinaryFilterCommand
Dim value As UInteger
instance.matrixLength = value
value = instance.matrixLength
public uint matrixLength {get; set;}
@property (nonatomic, assign) NSUInteger matrixLength
<br/>get_matrixLength();<br/>set_matrixLength(value);<br/>Object.defineProperty('matrixLength_ObjectiveC');
public:
property uint matrixLength {
uint get();
void set ( uint value);
}
Property Value
A
Int32 that specifies the length of the array in the
Matrix property.