3 references to OneValue
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (3)
352
return new Decimal64(Number.AddDecimalIeee754<Decimal64, ulong>(value._value,
OneValue
));
360
return new Decimal64(Number.SubtractDecimalIeee754<Decimal64, ulong>(value._value,
OneValue
));
802
public static Decimal64 One => new Decimal64(
OneValue
);