long class : Value(int) setter

Description

This setter will change only the value without changing the reference value.

Syntax

longInstance.Value = newValue

Arguments

ClassNameDescription
intnewValueThe new value.

Return value

None

Sample code

//anyLong is a instance of long class.

anyLong.Value = 100;

Notes

None

Links for reference

None

Copyright © Rice All rights reserved.