UFix64 Structure

Represents a decimal fixed-point unsigned number.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
[SerializableAttribute]
public readonly struct UFix64 : INumericExtended<UFix64>, 
	INumeric<UFix64>, IComparable, IComparable<UFix64>, 
	IEquatable<UFix64>, IFormattable, IProvider<IBinaryIO<UFix64>>, 
	IProvider<IConvert<UFix64>>, IProvider<IMath<UFix64>>, 
	IProvider<INumericBitConverter<UFix64>>, IProvider<INumericRandom<UFix64>>, 
	IProvider<INumericStatic<UFix64>>, IProvider<IVariantRandom<UFix64>>, 
	ISerializable, IConvertible, IProvider<IConvertExtended<UFix64>>
Inheritance
Object    ValueType    UFix64
Implements
INumericUFix64, INumericExtendedUFix64, IProviderIBinaryIOUFix64, IProviderIConvertUFix64, IProviderIMathUFix64, IProviderINumericBitConverterUFix64, IProviderINumericRandomUFix64, IProviderINumericStaticUFix64, IProviderIVariantRandomUFix64, IProviderIConvertExtendedUFix64, IComparable, IComparableUFix64, IConvertible, IEquatableUFix64, IFormattable, ISerializable

Methods

Operators

Fields

Extension Methods

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)

Explicit Interface Implementations

IConvertibleGetTypeCodeReturns the TypeCode for this instance.
IConvertibleToBooleanConverts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.
IConvertibleToByteConverts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.
IConvertibleToCharConverts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.
IConvertibleToDateTimeConverts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information.
IConvertibleToDecimalConverts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information.
IConvertibleToDoubleConverts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.
IConvertibleToInt16Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.
IConvertibleToInt32Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.
IConvertibleToInt64Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.
IConvertibleToSByteConverts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
IConvertibleToSingleConverts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information.
IConvertibleToTypeConverts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information.
IConvertibleToUInt16Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.
IConvertibleToUInt32Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
IConvertibleToUInt64Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
INumericUFix64Add Computes the sum of the current value and the specified value.
INumericUFix64BitwiseComplement Produces a bitwise complement of the current value by reversing each bit.
INumericUFix64Divide Divides the current value by the specified value.
INumericUFix64IsGreaterThan Determines whether the current value is greater than the specified value.
INumericUFix64IsGreaterThanOrEqualTo Determines whether the current value is greater than or equal to the specified value.
INumericUFix64IsLessThan Determines whether the current value is less than the specified value.
INumericUFix64IsLessThanOrEqualTo Determines whether the current value is less than or equal to the specified value.
INumericUFix64LeftShift

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.

INumericUFix64LogicalAnd Computes the bitwise logical AND of the current value and the specified value.
INumericUFix64LogicalExclusiveOr Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
INumericUFix64LogicalOr Computes the bitwise logical OR of the current value and the specified value.
INumericUFix64Multiply Computes the product of the current value and the specified value.
INumericUFix64Negative Computes the numeric negation of the current value.
INumericUFix64Positive Returns the current value.
INumericUFix64Remainder Computes the remainder after dividing the current value by the specified value.
INumericUFix64RightShift

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.

INumericUFix64Subtract Subtracts the specified value from the current value.
IProviderIConvertUFix64GetInstance Returns an instance of T.
IProviderIConvertExtendedUFix64GetInstance Returns an instance of T.
IProviderIMathUFix64GetInstance Returns an instance of T.
IProviderINumericBitConverterUFix64GetInstance Returns an instance of T.
IProviderINumericRandomUFix64GetInstance Returns an instance of T.
IProviderINumericStaticUFix64GetInstance Returns an instance of T.
IProviderIBinaryIOUFix64GetInstance Returns an instance of T.
IProviderIVariantRandomUFix64GetInstance Returns an instance of T.
ISerializableGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.

See Also