02.swift Basic Operations

Source: Internet
Author: User

(1) Swift can carry out% of floating-point numbers, and OC and C are only for integers

(2) Like C, Swift has only one Mihara operator, which is the three-mesh operator

(3)

(4) splicing can be achieved

Let temp = "Hello," + "world"

println (temp)

(5) Modulus and redundancy is a meaning

(6) Take the reverse

(7) Composite operation

(8) Comparison operators

(9) Three mesh operator: Question? Answer 1: Answer 2

(10) null-fit operator

For example, determine optional type a:

A! = nil? A! : b Determines if optional type A is empty, if not empty, just! Forcibly unlocks the value and, if it is empty, returns the default value, B. Assignment is not involved here, it is to determine who the return value is. This can be troublesome, with the empty operator is simple: a?? B is realized (to a null judgment, not empty to forcibly unpack, empty return B), forced to extract the value is also called a packet

(11) Interval operator

1. Closed interval operator a...b

2. Semi-open interval operator A: <b commonly used to denote arrays or something because B is not included

02.swift Basic Operations

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.