Int64N Structure

Represents a 64-bit signed integer.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
[SerializableAttribute]
public readonly struct Int64N : INumericExtended<Int64N>, 
	INumeric<Int64N>, IComparable, IComparable<Int64N>, 
	IEquatable<Int64N>, IFormattable, IProvider<IBinaryIO<Int64N>>, 
	IProvider<IConvert<Int64N>>, IProvider<IMath<Int64N>>, 
	IProvider<INumericBitConverter<Int64N>>, IProvider<INumericRandom<Int64N>>, 
	IProvider<INumericStatic<Int64N>>, IProvider<IVariantRandom<Int64N>>, 
	ISerializable, IConvertible, IProvider<IConvertExtended<Int64N>>
Inheritance
Object    ValueType    Int64N
Implements
INumericInt64N, INumericExtendedInt64N, IProviderIBinaryIOInt64N, IProviderIConvertInt64N, IProviderIMathInt64N, IProviderINumericBitConverterInt64N, IProviderINumericRandomInt64N, IProviderINumericStaticInt64N, IProviderIVariantRandomInt64N, IProviderIConvertExtendedInt64N, IComparable, IComparableInt64N, IConvertible, IEquatableInt64N, 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.
INumericInt64NAdd Computes the sum of the current value and the specified value.
INumericInt64NBitwiseComplement Produces a bitwise complement of the current value by reversing each bit.
INumericInt64NDivide Divides the current value by the specified value.
INumericInt64NIsGreaterThan Determines whether the current value is greater than the specified value.
INumericInt64NIsGreaterThanOrEqualTo Determines whether the current value is greater than or equal to the specified value.
INumericInt64NIsLessThan Determines whether the current value is less than the specified value.
INumericInt64NIsLessThanOrEqualTo Determines whether the current value is less than or equal to the specified value.
INumericInt64NLeftShift

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.

INumericInt64NLogicalAnd Computes the bitwise logical AND of the current value and the specified value.
INumericInt64NLogicalExclusiveOr Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
INumericInt64NLogicalOr Computes the bitwise logical OR of the current value and the specified value.
INumericInt64NMultiply Computes the product of the current value and the specified value.
INumericInt64NNegative Computes the numeric negation of the current value.
INumericInt64NPositive Returns the current value.
INumericInt64NRemainder Computes the remainder after dividing the current value by the specified value.
INumericInt64NRightShift

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.

INumericInt64NSubtract Subtracts the specified value from the current value.
IProviderIConvertInt64NGetInstance Returns an instance of T.
IProviderIConvertExtendedInt64NGetInstance Returns an instance of T.
IProviderIMathInt64NGetInstance Returns an instance of T.
IProviderINumericBitConverterInt64NGetInstance Returns an instance of T.
IProviderINumericRandomInt64NGetInstance Returns an instance of T.
IProviderINumericStaticInt64NGetInstance Returns an instance of T.
IProviderIBinaryIOInt64NGetInstance Returns an instance of T.
IProviderIVariantRandomInt64NGetInstance Returns an instance of T.
ISerializableGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.

See Also