public T GetElementUnchecked(
int z,
int y,
int x
)
Public Function GetElementUnchecked (
z As Integer,
y As Integer,
x As Integer
) As T
public:
T GetElementUnchecked(
int z,
int y,
int x
)
member GetElementUnchecked :
z : int *
y : int *
x : int -> 'T
If the compiler you use supports members that return a value by reference, you can also use the GetElementReferenceUnchecked method.
IndexOutOfRangeException | The specified indices refer to an invalid index in the actual underlying array. |
NullReferenceException | The IsNull property returns . |