NullableTypes/src/Types NullableDecimal.cs,1.20,1.21
Status: Inactive
Brought to you by:
lukadotnet
From: \(luKa\) <luk...@us...> - 2005-03-24 12:27:46
|
Update of /cvsroot/nullabletypes/NullableTypes/src/Types In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4142/src/Types Modified Files: NullableDecimal.cs Log Message: Index: NullableDecimal.cs =================================================================== RCS file: /cvsroot/nullabletypes/NullableTypes/src/Types/NullableDecimal.cs,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** NullableDecimal.cs 20 Feb 2004 00:42:22 -0000 1.20 --- NullableDecimal.cs 24 Mar 2005 12:27:38 -0000 1.21 *************** *** 103,107 **** /// </summary> /// <remarks> ! /// Zero field is a constant of the <see cref="NullableDecimal"/> structure. /// </remarks> public static readonly NullableDecimal One = new NullableDecimal(decimal.One); --- 103,107 ---- /// </summary> /// <remarks> ! /// One field is a constant of the <see cref="NullableDecimal"/> structure. /// </remarks> public static readonly NullableDecimal One = new NullableDecimal(decimal.One); |