You can applying this data type into a dictionary object to makes the mathematics calculation more easily.
Value
| Name | Description |
|---|---|
T |
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetValueOrDefault | 2 | Retrieves the value of the current System.Nullable1 object, or the object's default value. |
| Equals | 2 | Value equals of Value.Value |
| .ctor | 2 | Value is Nothing |
| IsNothing | 1 | Is the Value.Value is nothing. |
| ToString | 1 | Display Value.Value ToString() function value. |
| GetJson | 1 | Get json string of the Value.Value. |
| Default | 1 | Create a new reference value with the default value of its underlying type, which is Nothing for reference type and zero for value type. |
| op_UnaryPlus | 1 | Gets the Value.Value property value. |
| op_Equality | 2 | value equals? |
| op_Like | 1 | Type match operator, this may consider inherits of base type and interface implementation. |
| GetUnderlyingType | 1 | |
| Assign | 1 | |
| op_Addition | 1 | |
| op_Subtraction | 1 | |
| op_LessThanOrEqual | 1 | |
| op_Explicit | 1 | |
| op_Implicit | 1 | |
| op_Inequality | 1 | |
| op_GreaterThanOrEqual | 1 |
03 Properties
04 Members
Retrieves the value of the current System.Nullable`1 object, or the object's default value.
The value of the System.Nullable1.Value property if the System.Nullable1.HasValue property is true; otherwise, the default value of the current System.Nullable1 object. The type of the default value is the type argument of the current System.Nullable1 object, and the value of the default value consists solely of binary zeroes.
`0)Retrieves the value of the current System.Nullable`1 object, or the specified default value.
| Name | Type | Description |
|---|---|---|
defaultValue | `0 | A value to return if the System.Nullable`1.HasValue property is false. |
The value of the System.Nullable1.Value property if the System.Nullable1.HasValue property is true; otherwise, the defaultValue parameter.
Object)Indicates whether the current System.Nullable`1 object is equal to a specified object.
| Name | Type | Description |
|---|---|---|
other | Object | An object. |
true if the other parameter is equal to the current System.Nullable1 object; otherwise, false. This table describes how equality is defined for the compared values: Return ValueDescriptiontrueThe System.Nullable1.HasValue property is false, and the other parameter is null. That is, two null values are equal by definition.-or-The System.Nullable1.HasValue property is true, and the value returned by the System.Nullable1.Value property is equal to the other parameter.falseThe System.Nullable1.HasValue property for the current System.Nullable1 structure is true, and the other parameter is null.-or-The System.Nullable1.HasValue property for the current System.Nullable1 structure is false, and the other parameter is not null.-or-The System.Nullable1.HasValue property for the current System.Nullable1 structure is true, and the value returned by the System.Nullable`1.Value property is not equal to the other parameter.
`0)Value equals of Value.Value
| Name | Type | Description |
|---|---|---|
other | `0 | - |
`0)Creates an reference value object with the specific object value
| Name | Type | Description |
|---|---|---|
value | `0 | - |
Value is Nothing
Is the Value.Value is nothing.
Display Value.Value ToString() function value.
Get json string of the Value.Value.
Create a new reference value with the default value of its underlying type, which is Nothing for reference type and zero for value type.
Gets the Value.Value property value.
| Name | Type | Description |
|---|---|---|
x | Value(Of `0) | - |
`0)Inline value assignment: Dim s As String = Value(Of String) = var
| Name | Type | Description |
|---|---|---|
value | Value(Of `0) | - |
o | `0 | - |
`0, Value(Of `0))value equals?
| Name | Type | Description |
|---|---|---|
o | `0 | - |
value | Value(Of `0) | - |
Type)Type match operator, this may consider inherits of base type and interface implementation.
Unlike this operation its behavior, the Variant type its type match operator is a type exactly match operation.
| Name | Type | Description |
|---|---|---|
o | Value(Of `0) | - |
type | Type | - |
Gets a value indicating whether the current System.Nullable`1 object has a valid value of its underlying type.
true if the current System.Nullable1 object has a value; false if the current System.Nullable1 object has no value.
Object)Get data from Value.Value through its index method
| Name | Type | Description |
|---|---|---|
key | Object | - |
The object value with a specific type define.
T)T)T)T, Value(Of T))T)