long class : long() fitter

Description

Get a new instance of long class with initial value.

Syntax

new long()

Arguments

None.

Return value

ClassDescription
longA new instance of long class with initial value.

Sample code

long newLong = new long();

Notes

The initial value is 0.

Links for reference

None.

Copyright © Rice All rights reserved.