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
10 packages returned for Tags:"int64"
Sort by
Relevance
Downloads
Recently updated
ActiproSoftware.
Controls.
WPF.
Editors
by:
ActiproSoftware
255,171 total downloads
last updated
9/11/2023
Latest version:
23.1.3
Actipro
UI
Controls
WPF
XAML
AutoCompleteBox
Brightness
Brush
Byte
Calculator
More tags
Editors contains part-based and masked editors for everything from date/time to currency entry, with unique designs that are specifically crafted to support input by keyboard, mouse, touch, and pen in WPF...
More information
JJ.
Framework.
Conversion
by:
jjvanzon
13,597 total downloads
last updated
10/31/2018
Latest version:
1.5.6877.41333
convert
conversion
parse
parsing
tryparse
decimal
double
short
int
long
More tags
Makes it easier to convert simple types.
Retyped.
node-
int64
by:
retyped
8,494 total downloads
last updated
6/9/2018
Latest version:
0.4.6733
node
int64
node-int64
typescript
ts
tsc
js
javascript
c#
csharp
More tags
Node Int64 (node-int64) binding library for Bridge.NET projects.
MoreComplexDataStructures
by:
alastairwyse
10,804 total downloads
last updated
3/29/2020
Latest version:
1.9.1
data
structure
weight
weighted
balanced
tree
binary
search
minheap
maxheap
More tags
MoreComplexDataStructures is a class library containing a collection of data structures (plus related utility classes) more complex than those found in the standard .NET framework. The project currently...
More information
TSN.
Numerics
by:
mtosun07
10,033 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,395 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.
ExtDouble.
TruncToInt64
by:
chha
3,287 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtDouble.TruncToInt64
ExtDouble_TruncToInt64.vb
TruncToInt64
ExtDouble
Test_ExtDouble_TruncToInt64.vb
extension
method
extensionmethod
Truncate
Double
More tags
VB.NET source file with an extension method that allows to truncate (instead of bankers round) Double values into Int64 ones, optionally throwing an exception if the value is out-of-range. Supported...
More information
SingleFile.
VB.
ExtInt64.
IsMultipleOf
by:
chha
2,138 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtInt64.IsMultipleOf
ExtInt64_IsMultipleOf.vb
Test_ExtInt64_IsMultipleOf.vb
IsMultipleOf
multiple
of
Mod
operator
extension
method
More tags
VB.NET source file that contains an extension method that determines whether an Int64 value is a multiple of another value (Decimal). Zero values are handled correctly without throwing any...
More information
SingleFile.
VB.
ExtInt64.
ToEnglishOrdinal
by:
chha
1,145 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtInt64.ToEnglishOrdinal
ExtInt64_ToEnglishOrdinal.vb
Test_ExtInt64_ToEnglishOrdinal.vb
English
ordinal
number
1st
2nd
3rd
4th
More tags
VB.NET source file that contains an extension method that translates an Int64 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
690 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