Class Integer
Inherited Members
Namespace: IPA.Config.Data
Assembly: IPA.Loader.dll
Syntax
public sealed class Integer : Value
Properties
| Improve this Doc View SourceValue
The actual value of the Integer object.
Declaration
public long Value { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Methods
| Improve this Doc View SourceAsFloat()
Coerces this Integer into a FloatingPoint.
Declaration
public FloatingPoint AsFloat()
Returns
Type | Description |
---|---|
FloatingPoint | a FloatingPoint representing the closest approximation of Value |
ToString()
Converts this Value into a human-readable format.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | the result of |