Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ Operand() [2/2]

MS.Internal.Xml.XPath.Operand.Operand ( double val)
inline

Definition at line 23 of file Operand.cs.

24 {
25 _type = XPathResultType.Number;
26 _val = val;
27 }
readonly object _val
Definition Operand.cs:9
readonly XPathResultType _type
Definition Operand.cs:7

References MS.Internal.Xml.XPath.Operand._type, and MS.Internal.Xml.XPath.Operand._val.