The methods of the NullableSByte structure are listed below. For a complete list of NullableSByte structure members, see the NullableSByte Members topic.
![]() Add | Computes the sum of the two specified NullableSByte structures. |
![]() BitwiseAnd | Computes the bitwise AND of the two specified NullableSByte structures. |
![]() BitwiseOr | Computes the bitwise OR of the two specified NullableSByte structures. |
![]() Divide | Divides its first NullableSByte operand by its second. |
![]() Equals | Compares two NullableSByte structures to determine if they are equivalent. |
![]() GreaterThan | Compares two instances of NullableSByte structure to determine if the first is greater than the second. |
![]() GreaterThanOrEqual | Compares two instances of NullableSByte structure to determine if the first is greater than or equal to the second. |
![]() LessThan | Compares two instances of NullableSByte structure to determine if the first is less than or equal to the second. |
![]() LessThanOrEqual | Compares two instances of NullableSByte structure to determine if the first is less than the second. |
![]() Mod | Computes the remainder for the division of the two specified NullableSByte structures. |
![]() Multiply | Computes the product of the two specified NullableSByte structures. |
![]() NotEquals | Compares two NullableSByte structures to determine if they are not equivalent. |
![]() OnesComplement | Performs a one's complement operation on the supplied NullableSByte structure. |
![]() Parse | Converts the specified string representation of a sbyte to its NullableSByte equivalent. |
![]() Subtract | Computes the subtraction of the two specified NullableSByte structures. |
![]() Xor | Computes the bitwise exclusive-OR of the two specified NullableSByte structures. |
CompareTo | Compares this NullableSByte structure to a specified object and returns an indication of their relative values. |
Equals | Compares two NullableSByte structures to determine if they are equivalent. |
GetHashCode | Returns the hash code for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetTypeCode | Returns the TypeCode for value type NullableSByte. |
ToNullableBoolean | Converts this NullableSByte instance to a NullableBoolean. |
ToNullableDecimal | Converts this NullableSByte instance to a NullableDecimal. |
ToNullableDouble | Converts this NullableSByte instance to a NullableDouble. |
ToNullableInt16 | Converts this NullableSByte instance to a NullableInt16. |
ToNullableInt32 | Converts this NullableSByte instance to a NullableInt32. |
ToNullableInt64 | Converts this NullableSByte instance to a NullableInt64. |
ToNullableSingle | Converts this NullableSByte instance to a NullableSingle. |
ToNullableString | Converts this NullableSByte structure to a NullableString structure. |
ToString | Converts this NullableSByte structure to a string. |
Finalize (inherited from Object) | Allows an object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current object. |
NullableSByte Class | TechTalk.Genome.NullableTypes Namespace