mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-04-04 04:18:22 +00:00
LBC
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Microsoft.CodeAnalysis;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
@@ -41,6 +42,16 @@ namespace Esiur.Analysis.Coding
|
||||
Two
|
||||
}
|
||||
|
||||
|
||||
|
||||
public interface BaseNumber<T>
|
||||
{
|
||||
public static T AdditiveIdentity { get; }
|
||||
public static T MultiplicativeIdentity { get; }
|
||||
|
||||
//public
|
||||
}
|
||||
|
||||
//public struct BinaryValue : IBaseValue<Base2>
|
||||
//{
|
||||
// public Base2 Value { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user