TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Double
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (7)
Abhimanyu K Vatsa (3)
Arpit Jain (2)
Douglas Miller (2)
Devesh Omar (2)
Satya Prakash (2)
Shubham Srivastava (2)
Vijay Kumari (1)
Emiliano Musso (1)
Shikha Tiwari (1)
Shubhankar Banerjee (1)
Sourav Kayal (1)
Shiv Gupta (1)
Vishal Babuks (1)
Pramod Singh (1)
Vulpes (1)
Jay Pankhaniya (1)
Sameer Shukla (1)
Ashish Bhatnagar (1)
Debadatta Mishra (1)
Sri Kanth (1)
Bechir Bejaoui (1)
Rajneesh Chaubey (1)
Atul Kumar (1)
Sibeesh Venu (1)
Anubhav Chaudhary (1)
Sourabh Somani (1)
Vinod Kumar (1)
Caonabo Ruiz (1)
Dinesh Beniwal (1)
Jiteendra Sampathirao (1)
Tony Tromp (1)
Rohatash Kumar (1)
Mahadesh Mahalingappa (1)
Jaganathan Bantheswaran (1)
Hari Krishna (1)
Shyju (1)
Mike Gold (1)
Vijai Anand Ramalingam (1)
Diptimaya Patra (1)
Hamid (1)
Avgust Ishechenkp (1)
Mark Johnson (1)
Sushila Patel (1)
paul 0 (1)
Related resources for Double
No resource found
Take Input in Java using Scanner Class with Code
12/6/2024 6:44:28 AM.
Learn how to capture user input in Java using the Scanner class. This guide covers importing, creating Scanner objects, reading inputs (strings, integers, doubles), and handling exceptions with exampl
Make Divs Editable For User With jQuery
10/11/2024 12:28:33 PM.
This article outlines a simple method to make a generic DOM element editable, enabling users to modify its internal HTML. By using jQuery, the tutorial demonstrates how to convert a div into a textare
The implementation of Double Linked List with C Programming
9/26/2024 12:02:40 PM.
A doubly linked list is a dynamic data structure in C that allows bidirectional traversal of elements using pointers. This implementation covers node creation, insertion, deletion, and traversal opera
The Role of Nonces in Ethereum and EVM Transactions
6/19/2024 9:33:55 AM.
Explore the role of nonces in EVM-based blockchains like Ethereum. Learn how nonces ensure transaction security, prevent double-spending, and maintain blockchain integrity.
Understand Stub, Mock and Fake in Unit Testing
3/4/2024 11:50:24 AM.
In this article we will understand the three very important concepts called Stub, Mock and Fake in terms of unit testing and will see how they are used depending on scenario.
How Do I Implement a 'Mouse Double Click' for a ListBox
2/26/2024 9:53:24 AM.
Implementing a "mouse double click" event for a ListBox typically involves subscribing to the ListBox's MouseDoubleClick event and specifying the action you want to perform when the even
WPF ProgressBar
2/20/2024 7:26:59 AM.
C# ProgressBar class represents a WPF progress bar controlupd. The <ProgressBar> XAML elements can be used to create a progress bar at design time. The code examples in this tutorial demo how to
Handle Dropdown Mouse Actions and Windows Using Selenium C#
12/26/2023 5:55:31 AM.
This article will be helpful in understanding how to handle dropdowns and windows, plus different mouse action methods. In Html, the select tag is used to create the dropdown
Use C# To Write Comments And Documentation
9/11/2023 11:27:39 AM.
Comments and Documentation are the most hated tasks by programmers. By using C# programmers can automatically build the documentation and comments in the code. This documentation is an XML file which
How to Generate a Random Number and Random String in C#?
2/21/2023 4:36:55 PM.
The Random.Next() method returns a random number in C#. The code examples show how to generate a random string and random number in C#.
Implementing a Double-Ended Queue (or Deque) in C#
8/29/2022 6:20:25 AM.
In this article I will be demonstrating an implementation of a Double-Ended Queue (or Deque) in C#.
Clean JSON String To Resolve HTML Content And Double Quotes Issue
2/28/2022 1:27:13 PM.
This article contains the solution to resolve the issue of the html content inside the JSON string response and double quotes issue and get the clean JSON object.
Exploring Numeric Streams In Java
12/21/2021 11:16:43 AM.
The article explains how to efficiently work with specific Numeric Streams in Java
Event Based Programming Model With JSF Tag Library
8/17/2020 6:45:21 AM.
JSF provides an event-based programming model similar to Swing or AWT. Events are used as a mechanism for propagating the state change notification between the source object and one or more target obj
Truthy Vs Falsy Values in JavaScript
4/22/2020 2:18:17 PM.
Have a look at this article to understand truthy, falsy, double equal and triple equal in JavaScript
An Introduction to Phonetic Search in Java
9/20/2019 5:58:08 AM.
This article introduces phonetic search algorithms and their usage in Java based applications without reinventing the wheel.
C# Array
4/7/2019 10:41:16 PM.
C# Array is a collection of objects. Learn how to use an Array in C# with code examples.
Your first animations using XAML and Silverlight- Double animation: Part II
12/26/2018 12:14:35 AM.
In the previous article Your first animations using xaml and silverlight - Color animation: Part I, we've exposed a technique of how to deal with color animation. In this article, I will do same t
How to Convert a Byte Array to Double in C#
9/14/2018 11:56:36 PM.
This code snippet is an example of how to convert a byte array to double. Code also shows conversion of double to a byte array using C#.
Tricks And Shortcuts To Use Visual Studio Like A Pro and Double Your Code Speed
3/8/2018 10:48:17 PM.
In this article I’m going to show you lots of tricks and shortcut keys in Visual Studio so you can write code faster.
Introduction To Linked Lists And How It Is Different From Arrays
6/8/2016 9:45:00 AM.
In this article you will learn about linked list and how we use it in comparison with arrays.
C# Code For Making A Double Entry General Ledger Posting - Method 2
12/3/2015 5:12:39 AM.
In this article you will learn how to perform a double entry posting to Chart Of Accounts.
CSharp Code For Making a Double Entry General Ledger Posting (Method 1)
10/15/2015 12:55:14 AM.
In this article we will learn about a C# Code for making a Double Entry General Ledger Posting (Method 1).
Custom Events In Highcharts
10/8/2015 6:32:25 AM.
In this post we will discuss how we can handle custom events in HighChart.
Auto Complete Box Control With Double Line Items
6/9/2014 4:29:53 AM.
This article covers the advanced version of auto complete box that provides features such as double-line items, item templates and binding.
ng-dblclick Directive of AngularJS
1/12/2014 8:52:54 PM.
This article explains the ng-dblclick directive of AngularJS.
Doubleton Design Pattern in C#: Part 2
1/8/2014 12:22:24 PM.
In this article we can learn how to create a Doubleton class in C#.
Doubleton Design Pattern in C#: Part 1
1/8/2014 2:02:51 AM.
In this article we can learn how to create a Doubleton class in C#.
Double Click Event in AngularJS
12/31/2013 7:10:45 PM.
This article describes Double Click Event of AngularJS and the ng-dblclick directive of AngularJS.
Is Float and Is Double Function in PHP
3/30/2013 3:34:44 PM.
In this article I explain the PHP functions Is_float and Is_double.
Insert and Update Table Record Using Single Procedure and CellDoubleClick Event of DataGridView
3/21/2013 3:37:26 PM.
In this article I explain how to perform insert and update operations using a single store procedure and the CellDoubleClick Event of a DataGridView Control.
Understand CellDoubleClick Event of DataGridView Control in C#
3/21/2013 3:30:30 PM.
Today I will explain the CellDoubleClick Event of the DataGridView Control in C#.
Cannot perform '>' operation on System.DateTime and System.Double
3/1/2013 12:04:19 PM.
I get error "Cannot perform '>' operation on System.DateTime and System.Double" when applying a filter on DataView.
Banner in Windows Store App
1/7/2013 6:53:23 AM.
Today we will discuss animated banners in Windows Store Applications. To create animation in an application we will use a Double Animation control.
Tips : Leveraging VB.Net Base Classes
12/1/2012 3:05:56 AM.
Multiple language implementation has an inherited powerful advantages. The .Net unify class architecture model allows .Net languages to leverage class libraries implemented in other class libraries. This article shows you how to leverage the power of VB.Net Financial base class library using C#.
Double Buffering and Flicker-Free Drawing in GDI+
10/5/2012 7:59:57 AM.
In this article you will learn how to use Double Buffering and Flicker-Free Drawing in GDI+.
Animated Banners in XAML
9/29/2012 8:16:31 AM.
This article shows how to use animation related controls in XAML to create an animated banner with animations such as gradient colors, text rotation, and resize the banner text.
Animation in WPF using DynamicResource
9/29/2012 7:11:49 AM.
Here I am describing about how to apply the animation for button control.
WPF DoubleUpDown Control
9/29/2012 5:51:40 AM.
A DoubleUpDown control allows us to display, increment or decrement double values including a number, currency, floating point, and even a percentage.
Double Buffer Drawing with DirectDraw: Part1
5/19/2012 12:58:44 AM.
Because we will be primary focusing on 2D game programming in the first articles, we will use the DirectX7 API which is perfect for its DirectDraw class and simplicity. Don’t worry for not having the right DLL because DirectX8 has full backward compatibility to DirectX7 and the COM object should already be available on your computer if you have DirectX 8 installed.
Print a String in Single and Double Quotes in C#
3/14/2012 2:43:54 PM.
Today, I have provided an article showing you how to print a string in single and double quotes in C#.
Simple Animation in Windows Phone 7
3/8/2012 10:38:14 AM.
In this article we will create a simple animation in a Windows Phone 7 application. In this animation we will click on a door, then the door will be open and show a dream home.
Silverlight Animations
9/29/2011 4:25:06 AM.
In this article we are going to see how we can create animations in Silverlight .
How to Handle Double-Click in Silverlight 5
5/25/2011 5:34:10 AM.
In this article we will discuss how to handle a double-click in Silverlight 5. Handling double-click is a new feature in Silverlight 5.
Simple Animation (TargetProperty to Angle) in XAML Silverlight: Part 1
4/18/2011 2:40:40 AM.
In this article, you will learn simple animation by using ‘DoubleAnimations’s ‘TargetProperty’ to Angle.
Simple Animation (TargetProperty to ScaleX and ScaleY) in XAML Silverlight: Part 3
4/18/2011 1:46:59 AM.
In this post, you will learn how to use different ‘TargetProperty’ in ‘DoubleAnimation’.
Simple Animation (TargetProperty to ScaleX) in XAML Silverlight: Part 2
4/18/2011 12:52:07 AM.
In this post, you will learn how to use different ‘TargetProperty’ in ‘DoubleAnimation’.
Single Click on GridView Row To Redirect and bind Row values in another Page
1/27/2011 5:09:55 AM.
The code in this article can be used to select a GridRow by single click or double click. When user clicks on the GridRow, it will pickup the ROW ID & redirect to another aspx page and bind the values.
Double Hope Issue in Sharepoint/Asp.net application with IIS
1/9/2011 5:39:45 AM.
There is a common issue called Double Hope issue in IIS that troubles most Sharepoint / Asp.net applications that consume the resource in other servers.
How to Add DoubleClick to a ListBox in Silverlight and C#
12/7/2010 5:22:47 PM.
DoubleClick is not built into the Silverlight Framework so you have to do it yourself. One way is to use a custom behavior. Here is how to create and use a double click behavior on a listbox item:
Silverlight DoubleAnimation Example
12/2/2010 2:30:45 AM.
In this article we will be seeing how to create Silverlight DoubleAnimation using Visual studio 2010.
Convert Double to Byte Array in C#
2/8/2010 10:44:34 AM.
This code snippet shows how to convert double to a byte array.
Double Animation In Silverlight 3
7/15/2009 5:58:18 AM.
Writting Animation In Code Behind for Double Animation In Silverlight 3
Antialiased Analog Clock
4/5/2006 2:24:36 PM.
This is an antialiased analog clock sample written in C# using GDI+. It has no flicker at run time because of using Double Buffering technique, and it has many properties that you can customize it such as tick and hand colors, gradient background color, custom date and hand styles.
Another Tetris Game in C#
2/2/2006 12:13:43 AM.
Here is another version of Tetris. This program uses opaque background instead of real double buffering.
Space Breakout - 2D Game Developed using DirectX and C#
2/1/2006 10:57:11 PM.
GDI+ is a feature rich graphics API that makes sophisticated graphical effects highly accessible to the C# developers. Unfortunately if youve tried to develop smooth detailed animation using GDI+ you have undoubtedly discovered that just how slow it can be. Consequently it is not particularly suited to games development, if you want to really take advantage of your 1 gig + processor and that fancy new graphics card youre going to have to get a little more low level and dirty, enter Microsofts DirectX API.
Add Column Dynamically to DataGrid to Display Calculation
1/4/2006 1:51:22 AM.
In this article we'll see how to create a DataGrid column which displays the calculation of more than one field in the database table. The calculation could be addition, multiplication or even filtering rows.
2D Charting
12/26/2005 3:47:17 AM.
I was amazed at what the VS.NET IDE does for a programmer as I was primarily used to Java via the command line.