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
INumeric<Int64N>, INumericExtended<Int64N>, IProvider<IBinaryIO<Int64N>>, IProvider<IConvert<Int64N>>, IProvider<IMath<Int64N>>, IProvider<INumericBitConverter<Int64N>>, IProvider<INumericRandom<Int64N>>, IProvider<INumericStatic<Int64N>>, IProvider<IVariantRandom<Int64N>>, IProvider<IConvertExtended<Int64N>>, IComparable, IComparable<Int64N>, IConvertible, IEquatable<Int64N>, 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

IConvertible.GetTypeCodeReturns the TypeCode for this instance.
IConvertible.ToBooleanConverts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.
IConvertible.ToByteConverts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.
IConvertible.ToCharConverts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.
IConvertible.ToDateTimeConverts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information.
IConvertible.ToDecimalConverts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information.
IConvertible.ToDoubleConverts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.
IConvertible.ToInt16Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.
IConvertible.ToInt32Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.
IConvertible.ToInt64Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.
IConvertible.ToSByteConverts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
IConvertible.ToSingleConverts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information.
IConvertible.ToTypeConverts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information.
IConvertible.ToUInt16Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.
IConvertible.ToUInt32Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
IConvertible.ToUInt64Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
INumeric<Int64N>.Add Computes the sum of the current value and the specified value.
INumeric<Int64N>.BitwiseComplement Produces a bitwise complement of the current value by reversing each bit.
INumeric<Int64N>.Divide Divides the current value by the specified value.
INumeric<Int64N>.IsGreaterThan Determines whether the current value is greater than the specified value.
INumeric<Int64N>.IsGreaterThanOrEqualTo Determines whether the current value is greater than or equal to the specified value.
INumeric<Int64N>.IsLessThan Determines whether the current value is less than the specified value.
INumeric<Int64N>.IsLessThanOrEqualTo Determines whether the current value is less than or equal to the specified value.
INumeric<Int64N>.LeftShift

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.

INumeric<Int64N>.LogicalAnd Computes the bitwise logical AND of the current value and the specified value.
INumeric<Int64N>.LogicalExclusiveOr Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
INumeric<Int64N>.LogicalOr Computes the bitwise logical OR of the current value and the specified value.
INumeric<Int64N>.Multiply Computes the product of the current value and the specified value.
INumeric<Int64N>.Negative Computes the numeric negation of the current value.
INumeric<Int64N>.Positive Returns the current value.
INumeric<Int64N>.Remainder Computes the remainder after dividing the current value by the specified value.
INumeric<Int64N>.RightShift

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.

INumeric<Int64N>.Subtract Subtracts the specified value from the current value.
IProvider<IConvert<Int64N>>.GetInstance() Returns an instance of T.
IProvider<IConvertExtended<Int64N>>.GetInstance() Returns an instance of T.
IProvider<IMath<Int64N>>.GetInstance() Returns an instance of T.
IProvider<INumericBitConverter<Int64N>>.GetInstance() Returns an instance of T.
IProvider<INumericRandom<Int64N>>.GetInstance() Returns an instance of T.
IProvider<INumericStatic<Int64N>>.GetInstance() Returns an instance of T.
IProvider<IBinaryIO<Int64N>>.GetInstance() Returns an instance of T.
IProvider<IVariantRandom<Int64N>>.GetInstance() Returns an instance of T.
ISerializable.GetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.

See Also