PrtIntValue Constructor (Int64) |
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PrtIntValue(
long val
)
Public Sub New (
val As Long
)
public:
PrtIntValue(
long long val
)
new :
val : int64 -> PrtIntValue
Parameters
- val
- Type: SystemInt64
[Missing <param name="val"/> documentation for "M:P.Runtime.PrtIntValue.#ctor(System.Int64)"]
See Also