mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-23 00:18:47 +00:00
💄Reformat files
This commit is contained in:
parent
e537b9c727
commit
a01ef63ab0
@ -12,6 +12,7 @@
|
|||||||
public static class Int16Extensions
|
public static class Int16Extensions
|
||||||
{
|
{
|
||||||
#region TimeSpan Returns
|
#region TimeSpan Returns
|
||||||
|
|
||||||
// TODO change
|
// TODO change
|
||||||
|
|
||||||
public static TimeSpan Days(this ushort number) =>
|
public static TimeSpan Days(this ushort number) =>
|
||||||
@ -103,7 +104,6 @@
|
|||||||
public static byte[] GetBytes(this short number) =>
|
public static byte[] GetBytes(this short number) =>
|
||||||
BitConverter.GetBytes(number);
|
BitConverter.GetBytes(number);
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Determines if the <see cref="Int16"/> is a prime number.
|
/// Determines if the <see cref="Int16"/> is a prime number.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
public static class Int32Extensions
|
public static class Int32Extensions
|
||||||
{
|
{
|
||||||
#region TimeSpan Returns
|
#region TimeSpan Returns
|
||||||
|
|
||||||
// TODO change
|
// TODO change
|
||||||
|
|
||||||
public static TimeSpan Days(this uint number) =>
|
public static TimeSpan Days(this uint number) =>
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
public static class Int64Extensions
|
public static class Int64Extensions
|
||||||
{
|
{
|
||||||
#region TimeSpan Returns
|
#region TimeSpan Returns
|
||||||
|
|
||||||
// TODO change
|
// TODO change
|
||||||
|
|
||||||
public static TimeSpan Days(this ulong number) =>
|
public static TimeSpan Days(this ulong number) =>
|
||||||
|
Loading…
Reference in New Issue
Block a user