Ordinal() public method

public Ordinal ( ) : int
return int
Beispiel #1
0
 public ECBlocks GetECBlocksForLevel(ErrorCorrectionLevel ecLevel) {
     return ecBlocks[ecLevel.Ordinal()];
 }
 public int HashCode()
 {
     return((errorCorrectionLevel.Ordinal() << 3) | (int)dataMask);
 }
Beispiel #3
0
 public ECBlocks GetECBlocksForLevel(ErrorCorrectionLevel ecLevel)
 {
     return(ecBlocks[ecLevel.Ordinal()]);
 }