<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.1.26104.118" />

Windows.Win32.System.Com.CY

struct CY : IEquatable<CY>
The CY structure is useful for calculations involving money, or for any fixed-point calculation where accuracy is particularly important.
public static bool op_Equality(CY left, CY right)

public static decimal op_Explicit(CY value)

public static CY op_Explicit(decimal value)

public static float op_Explicit(CY value)

public static CY op_Explicit(float value)

public static bool op_Inequality(CY left, CY right)

public bool Equals(CY other)