Show / Hide Table of Contents

Class Number

Number variable

Inheritance
System.Object
Variable
Number
Inherited Members
Variable.Name
Variable.StoreType
Variable.Type
Variable.Scope
Variable.IsSignal
Variable.CleanName(String)
Namespace: UrlLib
Assembly: UrlLib.dll
Syntax
public class Number : Variable

Constructors

Number(String, Double, Scope, StoreType)

Constructor for a variable of Number type

Declaration
[JsonConstructor]
public Number(string name, double value = 0, Scope scope = Scope.Local, StoreType storeType = StoreType.NonPersistent)
Parameters
Type Name Description
System.String name

Number name

System.Double value

Init value

Scope scope

Scope type

StoreType storeType

Properties

InitValue

Init value

Declaration
[JsonIgnore]
public override string InitValue { get; }
Property Value
Type Description
System.String
Overrides
Variable.InitValue

Value

Value

Declaration
[JsonInclude]
public double Value { get; set; }
Property Value
Type Description
System.Double
In This Article
Back to top Wepall 2021. All rights reserved.