Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
5 packages returned for Tags:"UInt64"
Sort by
Relevance
Downloads
Recently updated
TSN.
Numerics
by:
mtosun07
7,111 total downloads
last updated
9/26/2022
Latest version:
1.0.7.1678
numeric
number
wrap
wrapper
integer
complex
maths
mathematics
convert
sbyte
More tags
A library that presents a wrapper structure named 'Numeric' which can contain different types of numbers.
Tedd.
SpanUtils
by:
tedd
5,042 total downloads
last updated
1/8/2021
Latest version:
1.1.0-beta.7
Span
ReadOnlySpan
Read
Write
SByte
Byte
Int16
UInt16
UInt24
Int32
More tags
Extension methods to read/write different datatypes to Span<byte> (tested, benchmarked, optimized). Plus SpanStream and MemoryStreamer for stream-like behavior on Span<byte> and Memory<byte>. See documentation...
More information
SingleFile.
VB.
ExtUInt64.
IsMultipleOf
by:
chha
2,075 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtUInt64.IsMultipleOf
ExtUInt64_IsMultipleOf.vb
Test_ExtUInt64_IsMultipleOf.vb
IsMultipleOf
multiple
of
Mod
operator
extension
method
More tags
VB.NET source file that contains an extension method that determines whether an UInt64 value is a multiple of another value (Decimal). Zero values are handled correctly without throwing any...
More information
SingleFile.
VB.
ExtUInt64.
ToEnglishOrdinal
by:
chha
1,038 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtUInt64.ToEnglishOrdinal
ExtUInt64_ToEnglishOrdinal.vb
Test_ExtUInt64_ToEnglishOrdinal.vb
English
ordinal
number
1st
2nd
3rd
4th
More tags
VB.NET source file that contains an extension method that translates an UInt64 into an English ordinal (1, 2, 3 becomes "1st", "2nd", "3rd"). Supported versions: .NET Framework 3.5 .NET Framework 4.0 .NET...
More information
Tedd.
RandomExtensions
by:
tedd
Deprecated
646 total downloads
last updated
12/15/2019
Latest version:
1.0.0
Random
System.Random
NextSByte
NextByte
NextInt64
NextUInt16
NextInt32
NextUInt32
NextInt64
NextUInt64
More tags
Random Extension Methods for SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, short, int, long