Single
Overview
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Ancestry: ValueType | Single
constructor protected (declared in ValueType)
constructor
Single()
init()
Single()
Sub New()
Compares this value to another value; returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
Compares this value to another value; returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Returns true if the target object matches this one, by default compares the reference.
Parameters:
- obj:
Returns true if the target object matches this one, by default compares the reference.
Parameters:
- other:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode override virtual
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
IsInfinity
Returns true if the value is positive or negative infinity.
Parameters:
- Value:
IsNaN
Returns true if the value is NaN.
Parameters:
- Value:
IsNegativeInfinity
Returns true if the value is negative infinity.
Parameters:
- Value:
IsPositiveInfinity
Returns true if the value is positive infinity.
Parameters:
- Value:
MaxValue
class property MaxValue: Single read;
class Single MaxValue { get; }
static var MaxValue: Single { get{} }
class Single MaxValue { __get; }
Shared ReadOnly Property MaxValue() As Single
MinValue
class property MinValue: Single read;
class Single MinValue { get; }
static var MinValue: Single { get{} }
class Single MinValue { __get; }
Shared ReadOnly Property MinValue() As Single
NaN
class property NaN: Single read;
class Single NaN { get; }
static var NaN: Single { get{} }
class Single NaN { __get; }
Shared ReadOnly Property NaN() As Single
NegativeInfinity
class property NegativeInfinity: Single read;
class Single NegativeInfinity { get; }
static var NegativeInfinity: Single { get{} }
class Single NegativeInfinity { __get; }
Shared ReadOnly Property NegativeInfinity() As Single
Parses a string to a single.
Parameters:
- s:
Parses a string to a single.
Parameters:
- s:
- aLocale:
PositiveInfinity
class property PositiveInfinity: Single read;
class Single PositiveInfinity { get; }
static var PositiveInfinity: Single { get{} }
class Single PositiveInfinity { __get; }
Shared ReadOnly Property PositiveInfinity() As Single
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
ToString override virtual
Gets the string representation of this method.
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
Gets the string representation of this method.
Parameters:
- aLocale:
Try to parse a double, returns true if succesful.
Parameters:
- s:
- aLocale:
- Value:
Try to parse a double, returns true if succesful.
Parameters:
- s:
- Value:
MaxValue
class property MaxValue: Single read;
class Single MaxValue { get; }
static var MaxValue: Single { get{} }
class Single MaxValue { __get; }
Shared ReadOnly Property MaxValue() As Single
MinValue
class property MinValue: Single read;
class Single MinValue { get; }
static var MinValue: Single { get{} }
class Single MinValue { __get; }
Shared ReadOnly Property MinValue() As Single
NaN
class property NaN: Single read;
class Single NaN { get; }
static var NaN: Single { get{} }
class Single NaN { __get; }
Shared ReadOnly Property NaN() As Single
NegativeInfinity
class property NegativeInfinity: Single read;
class Single NegativeInfinity { get; }
static var NegativeInfinity: Single { get{} }
class Single NegativeInfinity { __get; }
Shared ReadOnly Property NegativeInfinity() As Single
PositiveInfinity
IsInfinity
Returns true if the value is positive or negative infinity.
Parameters:
- Value:
IsNaN
Returns true if the value is NaN.
Parameters:
- Value:
IsNegativeInfinity
Returns true if the value is negative infinity.
Parameters:
- Value:
IsPositiveInfinity
Returns true if the value is positive infinity.
Parameters:
- Value:
Parses a string to a single.
Parameters:
- s:
Parses a string to a single.
Parameters:
- s:
- aLocale:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
Try to parse a double, returns true if succesful.
Parameters:
- s:
- aLocale:
- Value:
Try to parse a double, returns true if succesful.
Parameters:
- s:
- Value:
constructor protected (declared in ValueType)
constructor
Single()
init()
Single()
Sub New()
Compares this value to another value; returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
Compares this value to another value; returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Returns true if the target object matches this one, by default compares the reference.
Parameters:
- obj:
Returns true if the target object matches this one, by default compares the reference.
Parameters:
- other:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode override virtual
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
ToString override virtual
Gets the string representation of this method.
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
Gets the string representation of this method.
Parameters:
- aLocale: