public final class MPSDimensionSlice
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MPSDimensionSlice() |
|
MPSDimensionSlice(long start,
long length) |
protected |
MPSDimensionSlice(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
long |
length()
< the number of elements in the slice.
|
void |
setLength(long value)
< the number of elements in the slice.
|
void |
setStart(long value)
< the position of the first element in the slice
|
long |
start()
< the position of the first element in the slice
|
public MPSDimensionSlice()
protected MPSDimensionSlice(org.moe.natj.general.Pointer peer)
public MPSDimensionSlice(long start,
long length)
public long start()
public void setStart(long value)
public long length()
public void setLength(long value)