real class : Value(long) setter

Description

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

Syntax

realInstance.Value = newValue

Arguments

ClassNameDescription
longnewValueThe new value.

Return value

None

Sample code

//anyReal is a instance of real class.

anyReal.Value = 100L;

Notes

None

Links for reference

None

Copyright © Rice All rights reserved.