Altaxo |
public struct AltaxoVariant : IComparable, IFormattable
The AltaxoVariant type exposes the following members.
Name | Description | |
---|---|---|
![]() | AltaxoVariant(AltaxoVariant) | Initializes a new instance of the AltaxoVariant class |
![]() | AltaxoVariant(DateTime) | Initializes a new instance of the AltaxoVariant class |
![]() | AltaxoVariant(DateTimeOffset) | Initializes a new instance of the AltaxoVariant class |
![]() | AltaxoVariant(Double) | Initializes a new instance of the AltaxoVariant class |
![]() | AltaxoVariant(Object) | Initializes a new instance of the AltaxoVariant class |
![]() | AltaxoVariant(String) | Initializes a new instance of the AltaxoVariant class |
Name | Description | |
---|---|---|
![]() | CanConvertedToDouble | |
![]() | IsEmpty | |
![]() | IsNativeNumeric | Gets a value indicating whether this instance holds a native numeric value, as for instance of type double or DateTime. |
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ValueTypeEquals(Object)) |
![]() | GetHashCode | (Overrides ValueTypeGetHashCode) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | IsType | |
![]() | IsTypeOrNull | |
![]() | ToDateTime | Converts the content to a DateTime if possible. The structure remains unchanged. |
![]() | ToDateTimeOffset | Converts the content to a DateTime if possible. The structure remains unchanged. |
![]() | ToDouble | Converts the content to a double if possible. The structure remains unchanged. |
![]() | ToDoubleOrNaN | Converts the content to a double, if possible. The structure remains unchanged. |
![]() | ToNullableBoolean | Converts the variant to a nullable boolean value. |
![]() | ToObject | Converts the content to an object. This conversion is always possible. The structure remains unchanged. |
![]() | ToString | (Overrides ValueTypeToString) |
![]() | ToString(String, IFormatProvider) |