Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
12345678 |
- var
- InvertedY: integer;
-
- begin
- InvertedY := round(intpower(2,GetZ-1)) - 1 - GetY;
-
- ResultURL:=GetURLBase+'/'+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(InvertedY);
- end.
|