【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.3.10.9 PropertyNode::nVal64
Contents
ClassName
PropertyNode
AccessType
public
Name
nVal64
Declaration
__int64 nVal64
Remark
Examples
EX1
void PropertyNode_nVal64_ex1() { Tree tr; TreeNode trN = tr.AddNode("node1",1); trN.nVal64 = 0x7FFFFFFFFFFFFFFF;; //Assign 64-bit integer value to tree node out_tree(tr); }
Description
64-bit integer value of the node.
Header to Include
origin.h