Package | stimulsoft.report.barCodes.classes.qrcode |
Class | public class GF256Poly |
Inheritance | GF256Poly ![]() |
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):int
Parameters
a:int |
int |
getCoefficient | () | method |
public function getCoefficient(degree:int):int
Parameters
degree:int |
int |
getCoefficients | () | method |
public function getCoefficients():Array
ReturnsArray |
getDegree | () | method |
public function getDegree():int
Returnsint |
isZero | () | method |
public function isZero():Boolean
ReturnsBoolean |
multiply | () | method |
multiplyByMonomial | () | method |
public function multiplyByMonomial(degree:int, coefficient:int):GF256Poly
Parameters
degree:int | |
coefficient:int |
GF256Poly |
multiplyInt | () | method |