public final class BNNSArithmeticUnary
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
BNNSArithmeticUnary() |
|
BNNSArithmeticUnary(BNNSNDArrayDescriptor in,
int in_type,
BNNSNDArrayDescriptor out,
int out_type) |
protected |
BNNSArithmeticUnary(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
in_type() |
BNNSNDArrayDescriptor |
in() |
int |
out_type() |
BNNSNDArrayDescriptor |
out() |
void |
setIn_type(int value) |
void |
setIn(BNNSNDArrayDescriptor value) |
void |
setOut_type(int value) |
void |
setOut(BNNSNDArrayDescriptor value) |
public BNNSArithmeticUnary()
protected BNNSArithmeticUnary(org.moe.natj.general.Pointer peer)
public BNNSArithmeticUnary(BNNSNDArrayDescriptor in, int in_type, BNNSNDArrayDescriptor out, int out_type)
public BNNSNDArrayDescriptor in()
public void setIn(BNNSNDArrayDescriptor value)
public int in_type()
public void setIn_type(int value)
public BNNSNDArrayDescriptor out()
public void setOut(BNNSNDArrayDescriptor value)
public int out_type()
public void setOut_type(int value)