Constants for C #

Source: Internet
Author: User
Tags constant modifier

A constant is the amount at which the value is fixed. From a data type perspective, the type of a constant can be any value type or reference type.

A constant declaration is the name of the constant to be used in the declaration program and its value. As with variables, we can declare one or more constants of the given type at the same time. The declaration format for constants is as follows:

Attribues constant-modifiers Const type constant-declarerators;

Where the constant modifier constant-modifier can be:

New

Public

Protected

Internal

Private

The type of a constant must be one of the following:
Sbyte,byte,short,ushort,int,uint,long,ulong,char,float,double,decimal,bool,string, enumeration type (Enum-type), or reference type ( Reference).

A constant expression constant-declarators the name of a constant.

Public const double x=1.0,y=2.0,z=3.0;

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.