Package org.robovm.apple.metalps
Class MPSIntegerDivisionParams
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MPSIntegerDivisionParams>
org.robovm.apple.metalps.MPSIntegerDivisionParams
- All Implemented Interfaces:
Iterable<MPSIntegerDivisionParams>
public class MPSIntegerDivisionParams extends Struct<MPSIntegerDivisionParams>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSIntegerDivisionParams.MPSIntegerDivisionParamsPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MPSIntegerDivisionParams()MPSIntegerDivisionParams(short divisor, short recip, short addend, short shift) -
Method Summary
Modifier and Type Method Description shortgetAddend()shortgetDivisor()shortgetRecip()shortgetShift()MPSIntegerDivisionParamssetAddend(short addend)MPSIntegerDivisionParamssetDivisor(short divisor)MPSIntegerDivisionParamssetRecip(short recip)MPSIntegerDivisionParamssetShift(short shift)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
MPSIntegerDivisionParams
public MPSIntegerDivisionParams() -
MPSIntegerDivisionParams
public MPSIntegerDivisionParams(short divisor, short recip, short addend, short shift)
-
-
Method Details
-
getDivisor
public short getDivisor() -
setDivisor
-
getRecip
public short getRecip() -
setRecip
-
getAddend
public short getAddend() -
setAddend
-
getShift
public short getShift() -
setShift
-