C# Class ModernQR.Pattern.LogicalSeed

This class returns the position of the position patterns
Exibir arquivo Open project: jgable/ModernQR

Public Methods

Method Description
getSeed ( int version, int patternNumber ) : int

Returns a seed for a version and a pattern number

getSeed ( int version ) : int[]

Returns all the seeds for a version

Private Methods

Method Description
LogicalSeed ( ) : System

The static constructor instanciates the values

Method Details

getSeed() public static method

Returns a seed for a version and a pattern number
public static getSeed ( int version, int patternNumber ) : int
version int
patternNumber int
return int

getSeed() public static method

Returns all the seeds for a version
public static getSeed ( int version ) : int[]
version int
return int[]