| Matrix4Item Property (Int32, Int32) |
Bracket operator to get the item at a specified row and column indexes.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public float this[
int i,
int j
] { get; set; }
public:
property float default[int i, int j] {
float get (int i, int j);
void set (int i, int j, float value);
}
Parameters
- i
- Type: SystemInt32
- j
- Type: SystemInt32
Property Value
Type:
Single
The item at the specified row and column indexes.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also