| Package | stimulsoft.report.barCodes.classes.qrcode |
| Class | public class GF256Poly |
| Inheritance | GF256Poly Object |
| Method | Defined By | ||
|---|---|---|---|
| GF256Poly | |||
| GF256Poly | |||
| GF256Poly | |||
evaluateAt(a:int):int | GF256Poly | ||
getCoefficient(degree:int):int | GF256Poly | ||
getCoefficients():Array | GF256Poly | ||
getDegree():int | GF256Poly | ||
isZero():Boolean | GF256Poly | ||
| GF256Poly | |||
multiplyByMonomial(degree:int, coefficient:int):GF256Poly | GF256Poly | ||
multiplyInt(scalar:int):GF256Poly | GF256Poly | ||
| GF256Poly | () | Constructor |
public function GF256Poly(field:GF256, coefficients:Array)field:GF256 | |
coefficients:Array |
| addOrSubtract | () | method |
| divide | () | method |
| evaluateAt | () | method |
public function evaluateAt(a:int):intParameters
a:int |
int |
| getCoefficient | () | method |
public function getCoefficient(degree:int):intParameters
degree:int |
int |
| getCoefficients | () | method |
public function getCoefficients():ArrayReturnsArray |
| getDegree | () | method |
public function getDegree():intReturnsint |
| isZero | () | method |
public function isZero():BooleanReturnsBoolean |
| multiply | () | method |
| multiplyByMonomial | () | method |
public function multiplyByMonomial(degree:int, coefficient:int):GF256PolyParameters
degree:int | |
coefficient:int |
GF256Poly |
| multiplyInt | () | method |