From owner-doc-jp@jp.FreeBSD.org Thu Nov 29 16:44:34 2007
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id lAT7iYO56879;
	Thu, 29 Nov 2007 16:44:34 +0900 (JST)
	(envelope-from owner-doc-jp@jp.FreeBSD.org)
Received: from sb.sbtfs.net (sb.sbtfs.net [74.94.115.113])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with SMTP/inet id lAT7iW656874
	for <doc-jp@jp.freebsd.org>; Thu, 29 Nov 2007 16:44:33 +0900 (JST)
	(envelope-from Bradley@Females.biz)
Message-Id: <200711290744.lAT7iW656874@castle.jp.FreeBSD.org>
From: "Bradley" <Bradley@Females.biz>
To: "doc-jp@jp.freebsd.org"
MIME-Version: 1.0
Content-Type: text/plain;
	format=flowed;
	charset="Windows-1252";
	reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
Reply-To: doc-jp@jp.FreeBSD.org
Precedence: list
Date: Sat, 01 Dec 2007 06:55:51 -0600
X-Sequence: doc-jp 40384
Subject: [doc-jp 40384] C# wrapper for UCalc
Sender: owner-doc-jp@jp.FreeBSD.org
X-Originator: Bradley@females.biz
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+060209

UCalcSharp is a C# wrapper for UCalc math expression parsing and evaluating 
library written in C/ASM (google it and you'll know it's famous). It is 
fast, powerful, however, not easy for use with C# or other .NET developers 
who wants to integrate math related functionality with his .NET products. 
UCalcSharp solves this problem by P/Invoking and wrapping. Despite of the C 
style of the UCalc library, UCalcSharp introduces fully Object-Oritend 
designing. You'll find it very easy and eligent to deal with expressions, 
functions and variables instead of treating them simply as strings. 
UCalcSharp provides you good framework and it is already used in some 
real-time finace/stock analysing systems written in C#.

Please see here: http://www.downloadpipe.com/review_1080141.html
 

