HanXinVersion

HanXinVersion enumeration

Version of Han Xin Code. From Version01 - 23 x 23 modules to Version84 - 189 x 189 modules, increasing in steps of 2 modules per side.

public enum HanXinVersion

Values

NameValueDescription
AUTO0Specifies to automatically pick up the best version. This is default value.
VERSION_011Specifies version 1 with 23 x 23 modules.
VERSION_022Specifies version 2 with 25 x 25 modules.
VERSION_033Specifies version 3 with 27 x 27 modules.
VERSION_044Specifies version 4 with 29 x 29 modules.
VERSION_055Specifies version 5 with 31 x 31 modules.
VERSION_066Specifies version 6 with 33 x 33 modules.
VERSION_077Specifies version 7 with 35 x 35 modules.
VERSION_088Specifies version 8 with 37 x 37 modules.
VERSION_099Specifies version 9 with 39 x 39 modules.
VERSION_1010Specifies version 10 with 41 x 41 modules.
VERSION_1111Specifies version 11 with 43 x 43 modules.
VERSION_1212Specifies version 12 with 45 x 45 modules.
VERSION_1313Specifies version 13 with 47 x 47 modules.
VERSION_1414Specifies version 14 with 49 x 49 modules.
VERSION_1515Specifies version 15 with 51 x 51 modules.
VERSION_1616Specifies version 16 with 53 x 53 modules.
VERSION_1717Specifies version 17 with 55 x 55 modules.
VERSION_1818Specifies version 18 with 57 x 57 modules.
VERSION_1919Specifies version 19 with 59 x 59 modules.
VERSION_2020Specifies version 20 with 61 x 61 modules.
VERSION_2121Specifies version 21 with 63 x 63 modules.
VERSION_2222Specifies version 22 with 65 x 65 modules.
VERSION_2323Specifies version 23 with 67 x 67 modules.
VERSION_2424Specifies version 24 with 69 x 69 modules.
VERSION_2525Specifies version 25 with 71 x 71 modules.
VERSION_2626Specifies version 26 with 73 x 73 modules.
VERSION_2727Specifies version 27 with 75 x 75 modules.
VERSION_2828Specifies version 28 with 77 x 77 modules.
VERSION_2929Specifies version 29 with 79 x 79 modules.
VERSION_3030Specifies version 30 with 81 x 81 modules.
VERSION_3131Specifies version 31 with 83 x 83 modules.
VERSION_3232Specifies version 32 with 85 x 85 modules.
VERSION_3333Specifies version 33 with 87 x 87 modules.
VERSION_3434Specifies version 34 with 89 x 89 modules.
VERSION_3535Specifies version 35 with 91 x 91 modules.
VERSION_3636Specifies version 36 with 93 x 93 modules.
VERSION_3737Specifies version 37 with 95 x 95 modules.
VERSION_3838Specifies version 38 with 97 x 97 modules.
VERSION_3939Specifies version 39 with 99 x 99 modules.
VERSION_4040Specifies version 40 with 101 x 101 modules.
VERSION_4141Specifies version 41 with 103 x 103 modules.
VERSION_4242Specifies version 42 with 105 x 105 modules.
VERSION_4343Specifies version 43 with 107 x 107 modules.
VERSION_4444Specifies version 44 with 109 x 109 modules.
VERSION_4545Specifies version 45 with 111 x 111 modules.
VERSION_4646Specifies version 46 with 113 x 113 modules.
VERSION_4747Specifies version 47 with 115 x 115 modules.
VERSION_4848Specifies version 48 with 117 x 117 modules.
VERSION_4949Specifies version 49 with 119 x 119 modules.
VERSION_5050Specifies version 50 with 121 x 121 modules.
VERSION_5151Specifies version 51 with 123 x 123 modules.
VERSION_5252Specifies version 52 with 125 x 125 modules.
VERSION_5353Specifies version 53 with 127 x 127 modules.
VERSION_5454Specifies version 54 with 129 x 129 modules.
VERSION_5555Specifies version 55 with 131 x 131 modules.
VERSION_5656Specifies version 56 with 133 x 133 modules.
VERSION_5757Specifies version 57 with 135 x 135 modules.
VERSION_5858Specifies version 58 with 137 x 137 modules.
VERSION_5959Specifies version 59 with 139 x 139 modules.
VERSION_6060Specifies version 60 with 141 x 141 modules.
VERSION_6161Specifies version 61 with 143 x 143 modules.
VERSION_6262Specifies version 62 with 145 x 145 modules.
VERSION_6363Specifies version 63 with 147 x 147 modules.
VERSION_6464Specifies version 64 with 149 x 149 modules.
VERSION_6565Specifies version 65 with 151 x 151 modules.
VERSION_6666Specifies version 66 with 153 x 153 modules.
VERSION_6767Specifies version 67 with 155 x 155 modules.
VERSION_6868Specifies version 68 with 157 x 157 modules.
VERSION_6969Specifies version 69 with 159 x 159 modules.
VERSION_7070Specifies version 70 with 161 x 161 modules.
VERSION_7171Specifies version 71 with 163 x 163 modules.
VERSION_7272Specifies version 72 with 165 x 165 modules.
VERSION_7373Specifies version 73 with 167 x 167 modules.
VERSION_7474Specifies version 74 with 169 x 169 modules.
VERSION_7575Specifies version 75 with 171 x 171 modules.
VERSION_7676Specifies version 76 with 173 x 173 modules.
VERSION_7777Specifies version 77 with 175 x 175 modules.
VERSION_7878Specifies version 78 with 177 x 177 modules.
VERSION_7979Specifies version 79 with 179 x 179 modules.
VERSION_8080Specifies version 80 with 181 x 181 modules.
VERSION_8181Specifies version 81 with 183 x 183 modules.
VERSION_8282Specifies version 82 with 185 x 185 modules.
VERSION_8383Specifies version 83 with 187 x 187 modules.
VERSION_8484Specifies version 84 with 189 x 189 modules.

See Also