Class Number
Number variable
Inherited Members
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
Value
Value
Declaration
[JsonInclude]
public double Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double |