コード例 #1
0
ファイル: KadEngine.cs プロジェクト: mheydt/mpddotnet
 public void StatsAddClosestDistance(UInt128 uDist)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public static void KadGetKeywordHash(KadTagValueString rstrKeywordW, UInt128 pKadID)
 {
     KadGetKeywordHash(KadGetKeywordBytes(rstrKeywordW), pKadID);
 }