N

name space

(noun)

namespace

Apply computer voice when used as a C++ keyword.

naming identifier

The names of all C++ identifiers (including types, member functions, and classes) should follow the guidelines given in Chapter 3, "C++ programming conventions" of the Taligent Guide to Designing Programs.

In general, choose a name to enhance readability and comprehension; preferring long, readable names to short, esoteric ones. In any name containing more than one word, the first word follows the convention of the data type, and subsequent words appear with the first letter of each word capitalized. Do not use underscores.

    TBaseText
    TBoundingBoxBehavior
For more information about identifier naming conventions, see "Using parentheses with function names" on page 57.

NaN

Acronym for not a number. Spell out on first occurrence. Note capitalization.

nano (n)

(prefix) Represents one billionth, that is, 1/1,000,000,000.

nanosecond (ns)

Abbreviate units of measure when using them with a number to indicate a specific measurement.

negative (neg)

Spell out on first occurrence.

network (net)

Spell out on first occurrence.

Nil

Use in text. When used as code, it appears as NIL. Use term only when discussing pointers. See also "Null" on page 52.

non

(prefix) Close up words with the non prefix except:

nonproprietary

(modifier)

nontechnical

(modifier)

nonzero

(modifier)

note

Use a note to call attention to pertinent information. There are two types of notes: textual notes (like the one below) and footnotes.

NOTE Use the FrameMaker Note tag and the symbol from the Reference pages for notes.

Do not cite hazards in a note. Call attention to this material with a caution. For information about using cautions in documentation, see "caution" on page 12.

Null

Use in text when referring to an ASCII character string separator. Do not use NULL (all capitals). Instead, use NIL.

number

These guidelines cover only general principles for using numbers.

Using numerals or words

In general, in technical documents use numerals rather than words. The following guidelines clarify the use of numerals and address some of the common exceptions.

Use numerals:

Spell out:

    Because different countries assign differing numeric values to these amounts, bear in mind your audience. In the U.S., for example, a million is 1,000,000; however, in some countries a million is 1,000,000,000. The value should be clearly defined somewhere in numerals so that it can be understood accurately in all countries.

Punctuating numbers

Use hyphens in:

Use commas in numbers of more than four digits to separate thousands, millions, and so on.

    4,392
    1,250,000
In other languages numbers are punctuated differently. Use American numbering
conventions except when referring to specific international issues.

Do not use a comma if the number is a year, zip code, phone number, serial number, or some other type of number used for identification. For information about punctuating dates and addresses, see "comma" on page 14.

Forming plurals

Form the plural of a number by adding s. Do not use an apostrophe.

    the 1980s
    0s and 1s
    temperatures in the 90s

numbered list

See "list" on page 41.


[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker