メインコンテンツまでスキップ
バージョン:25.2

size

  • function
    • The size of a rectangle as [width, height]

    • Examples: +

       put the size of [200,50,325,80] —> [125,30]
    • Related: width, height

  • file property
    • The size of a file in bytes

    • Examples: +

       if the size of file "illustration.png" is more than 3 MB then put "Too large"