[SerializableAttribute]
public readonly struct Fix64 : INumericExtended<Fix64>,
INumeric<Fix64>, IComparable, IComparable<Fix64>,
IEquatable<Fix64>, IFormattable, IProvider<IBinaryIO<Fix64>>,
IProvider<IConvert<Fix64>>, IProvider<IMath<Fix64>>,
IProvider<INumericBitConverter<Fix64>>, IProvider<INumericRandom<Fix64>>,
IProvider<INumericStatic<Fix64>>, IProvider<IVariantRandom<Fix64>>,
ISerializable, IConvertible, IProvider<IConvertExtended<Fix64>>
<SerializableAttribute>
Public Structure Fix64
Implements INumericExtended(Of Fix64), INumeric(Of Fix64),
IComparable, IComparable(Of Fix64), IEquatable(Of Fix64),
IFormattable, IProvider(Of IBinaryIO(Of Fix64)), IProvider(Of IConvert(Of Fix64)),
IProvider(Of IMath(Of Fix64)), IProvider(Of INumericBitConverter(Of Fix64)),
IProvider(Of INumericRandom(Of Fix64)), IProvider(Of INumericStatic(Of Fix64)),
IProvider(Of IVariantRandom(Of Fix64)), ISerializable, IConvertible,
IProvider(Of IConvertExtended(Of Fix64))
[SerializableAttribute]
public value class Fix64 : INumericExtended<Fix64>,
INumeric<Fix64>, IComparable, IComparable<Fix64>,
IEquatable<Fix64>, IFormattable, IProvider<IBinaryIO<Fix64>^>,
IProvider<IConvert<Fix64>^>, IProvider<IMath<Fix64>^>,
IProvider<INumericBitConverter<Fix64>^>, IProvider<INumericRandom<Fix64>^>,
IProvider<INumericStatic<Fix64>^>, IProvider<IVariantRandom<Fix64>^>,
ISerializable, IConvertible, IProvider<IConvertExtended<Fix64>^>
[<SealedAttribute>]
[<SerializableAttribute>]
type Fix64 =
struct
inherit ValueType
interface INumericExtended<Fix64>
interface INumeric<Fix64>
interface IComparable
interface IComparable<Fix64>
interface IEquatable<Fix64>
interface IFormattable
interface IProvider<IBinaryIO<Fix64>>
interface IProvider<IConvert<Fix64>>
interface IProvider<IMath<Fix64>>
interface IProvider<INumericBitConverter<Fix64>>
interface IProvider<INumericRandom<Fix64>>
interface IProvider<INumericStatic<Fix64>>
interface IProvider<IVariantRandom<Fix64>>
interface ISerializable
interface IConvertible
interface IProvider<IConvertExtended<Fix64>>
end
ToTypeDefault |
Converts the value of this instance to an Object of the specified
Type by calling one of the named conversions from IConvertible,
such as ToChar(IFormatProvider) or
ToDouble(IFormatProvider).
(Defined by ConvertibleExtensions) |
IConvertibleGetTypeCode | Returns the TypeCode for this instance. |
IConvertibleToBoolean | Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information. |
IConvertibleToByte | Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information. |
IConvertibleToChar | Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information. |
IConvertibleToDateTime | Converts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information. |
IConvertibleToDecimal | Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information. |
IConvertibleToDouble | Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information. |
IConvertibleToInt16 | Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information. |
IConvertibleToInt32 | Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information. |
IConvertibleToInt64 | Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information. |
IConvertibleToSByte | Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information. |
IConvertibleToSingle | Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information. |
IConvertibleToType | Converts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information. |
IConvertibleToUInt16 | Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information. |
IConvertibleToUInt32 | Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information. |
IConvertibleToUInt64 | Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information. |
INumericFix64Add | Computes the sum of the current value and the specified value. |
INumericFix64BitwiseComplement | Produces a bitwise complement of the current value by reversing each bit. |
INumericFix64Divide | Divides the current value by the specified value. |
INumericFix64IsGreaterThan | Determines whether the current value is greater than the specified value. |
INumericFix64IsGreaterThanOrEqualTo | Determines whether the current value is greater than or equal to the specified value. |
INumericFix64IsLessThan | Determines whether the current value is less than the specified value. |
INumericFix64IsLessThanOrEqualTo | Determines whether the current value is less than or equal to the specified value. |
INumericFix64LeftShift | Shifts the current value left by the specified number of bits. Discards the high-order bits that are outside the range of the result type and sets the low-order empty bit positions to zero. |
INumericFix64LogicalAnd | Computes the bitwise logical AND of the current value and the specified value. |
INumericFix64LogicalExclusiveOr | Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value. |
INumericFix64LogicalOr | Computes the bitwise logical OR of the current value and the specified value. |
INumericFix64Multiply | Computes the product of the current value and the specified value. |
INumericFix64Negative | Computes the numeric negation of the current value. |
INumericFix64Positive | Returns the current value. |
INumericFix64Remainder | Computes the remainder after dividing the current value by the specified value. |
INumericFix64RightShift | Shifts the current value right by the specified number of bits. Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits. |
INumericFix64Subtract | Subtracts the specified value from the current value. |
IProviderIConvertFix64GetInstance | Returns an instance of T. |
IProviderIConvertExtendedFix64GetInstance | Returns an instance of T. |
IProviderIMathFix64GetInstance | Returns an instance of T. |
IProviderINumericBitConverterFix64GetInstance | Returns an instance of T. |
IProviderINumericRandomFix64GetInstance | Returns an instance of T. |
IProviderINumericStaticFix64GetInstance | Returns an instance of T. |
IProviderIBinaryIOFix64GetInstance | Returns an instance of T. |
IProviderIVariantRandomFix64GetInstance | Returns an instance of T. |
ISerializableGetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |