Property | Type | Description | |
---|---|---|---|
currentlyIs | string | ||
done | bool | ||
name | String | ||
shouldBe | String |
Method | Description | |
---|---|---|
Value ( String name, String value ) : System | ||
Value ( String name, String shouldBe, double currentlyIs, bool done, bool highPrecision = false ) : System | ||
Value ( String name, String shouldBe, string currentlyIs, bool done ) : System | ||
Value ( String name, double value ) : System | ||
Value ( String name, double shouldBe, double currentlyIs, bool done, bool highPrecision = false ) : System |
public Value ( String name, String value ) : System | ||
name | String | |
value | String | |
return | System |
public Value ( String name, String shouldBe, double currentlyIs, bool done, bool highPrecision = false ) : System | ||
name | String | |
shouldBe | String | |
currentlyIs | double | |
done | bool | |
highPrecision | bool | |
return | System |
public Value ( String name, String shouldBe, string currentlyIs, bool done ) : System | ||
name | String | |
shouldBe | String | |
currentlyIs | string | |
done | bool | |
return | System |
public Value ( String name, double value ) : System | ||
name | String | |
value | double | |
return | System |
public Value ( String name, double shouldBe, double currentlyIs, bool done, bool highPrecision = false ) : System | ||
name | String | |
shouldBe | double | |
currentlyIs | double | |
done | bool | |
highPrecision | bool | |
return | System |