Version

DefaultableInteger Structure Members

The following tables list the members exposed by DefaultableInteger.

Public Constructors
 NameDescription
Public ConstructorDefaultableInteger ConstructorOverloaded.   
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)DefaultReturns a new instance of DefaultableInteger which is marked as default.  
Public PropertyIsDefaultReturns whether the Value is marked as default.  
Public PropertyValueReturns the integer value.  
Public Methods
 NameDescription
Public MethodCompareToCompares this instance to a specified object and returns an indication of their relative values.  
Public MethodEqualsDetermines whether the specified System.Object is equal to the current Object.  
Public Methodstatic (Shared in Visual Basic)FromIntegerConverts the integer to a DefaultableInteger equivalent.  
Public MethodGetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  
Public Methodstatic (Shared in Visual Basic)ParseOverloaded. Converts the string representation of a number to its DefaultableInteger equivalent.  
Public MethodToStringOverloaded. Returns a string that represents the object.  
Public Operators
public Operator Addition Addition operator
public Operator Division Division operator
public Operator Equality Equality operator
public Operator Implicit Type Conversion Overloaded. Implicit conversion operator.
public Operator Inequality Inequality operator
public Operator Multiplication Multiplication operator
public Operator Subtraction Subtraction
See Also