DoubleM Structure

Represents a double-precision floating-point number that cannot overflow.

Definition

Namespace: Jodosoft.Numerics.Clamped
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
[SerializableAttribute]
public readonly struct DoubleM : INumericExtended<DoubleM>, 
	INumeric<DoubleM>, IComparable, IComparable<DoubleM>, 
	IEquatable<DoubleM>, IFormattable, IProvider<IBinaryIO<DoubleM>>, 
	IProvider<IConvert<DoubleM>>, IProvider<IMath<DoubleM>>, 
	IProvider<INumericBitConverter<DoubleM>>, IProvider<INumericRandom<DoubleM>>, 
	IProvider<INumericStatic<DoubleM>>, IProvider<IVariantRandom<DoubleM>>, 
	ISerializable, IConvertible, IProvider<IConvertExtended<DoubleM>>
Inheritance
Object    ValueType    DoubleM
Implements
INumericDoubleM, INumericExtendedDoubleM, IProviderIBinaryIODoubleM, IProviderIConvertDoubleM, IProviderIMathDoubleM, IProviderINumericBitConverterDoubleM, IProviderINumericRandomDoubleM, IProviderINumericStaticDoubleM, IProviderIVariantRandomDoubleM, IProviderIConvertExtendedDoubleM, IComparable, IComparableDoubleM, IConvertible, IEquatableDoubleM, IFormattable, ISerializable

Constructors

DoubleMInitializes a new instance of the DoubleM class

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.
INumericDoubleMAdd Computes the sum of the current value and the specified value.
INumericDoubleMBitwiseComplement Produces a bitwise complement of the current value by reversing each bit.
INumericDoubleMDivide Divides the current value by the specified value.
INumericDoubleMIsGreaterThan Determines whether the current value is greater than the specified value.
INumericDoubleMIsGreaterThanOrEqualTo Determines whether the current value is greater than or equal to the specified value.
INumericDoubleMIsLessThan Determines whether the current value is less than the specified value.
INumericDoubleMIsLessThanOrEqualTo Determines whether the current value is less than or equal to the specified value.
INumericDoubleMLeftShift

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.

INumericDoubleMLogicalAnd Computes the bitwise logical AND of the current value and the specified value.
INumericDoubleMLogicalExclusiveOr Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
INumericDoubleMLogicalOr Computes the bitwise logical OR of the current value and the specified value.
INumericDoubleMMultiply Computes the product of the current value and the specified value.
INumericDoubleMNegative Computes the numeric negation of the current value.
INumericDoubleMPositive Returns the current value.
INumericDoubleMRemainder Computes the remainder after dividing the current value by the specified value.
INumericDoubleMRightShift

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.

INumericDoubleMSubtract Subtracts the specified value from the current value.
IProviderIConvertDoubleMGetInstance Returns an instance of T.
IProviderIConvertExtendedDoubleMGetInstance Returns an instance of T.
IProviderIMathDoubleMGetInstance Returns an instance of T.
IProviderINumericBitConverterDoubleMGetInstance Returns an instance of T.
IProviderINumericRandomDoubleMGetInstance Returns an instance of T.
IProviderINumericStaticDoubleMGetInstance Returns an instance of T.
IProviderIBinaryIODoubleMGetInstance Returns an instance of T.
IProviderIVariantRandomDoubleMGetInstance Returns an instance of T.
ISerializableGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.

See Also