3 references to OneValue
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (3)
349
return new Decimal32(Number.AddDecimalIeee754<Decimal32, uint>(value._value,
OneValue
));
357
return new Decimal32(Number.SubtractDecimalIeee754<Decimal32, uint>(value._value,
OneValue
));
809
public static Decimal32 One => new Decimal32(
OneValue
);