ApproximateFraction
Innehåll
[
Dölj
]ApproximateFraction(double, double)
Uppskattar det angivna värdet till en bråkdel.
public static TiffSRational ApproximateFraction(double value, double epsilon)
Parameter | Typ | Beskrivning |
---|---|---|
value | Double | Värdet. |
epsilon | Double | Felet tillåts. |
Returvärde
Ett rationellt tal med fel mindre änepsilon.
Se även
- class TiffSRational
- namnutrymme Aspose.Imaging.FileFormats.Tiff
- hopsättning Aspose.Imaging
ApproximateFraction(double)
Uppskattar det angivna värdet till en bråkdel.
public static TiffSRational ApproximateFraction(double value)
Parameter | Typ | Beskrivning |
---|---|---|
value | Double | Värdet. |
Returvärde
Ett rationellt tal med fel mindre änEpsilon
.
Se även
- class TiffSRational
- namnutrymme Aspose.Imaging.FileFormats.Tiff
- hopsättning Aspose.Imaging
ApproximateFraction(float, double)
Uppskattar det angivna värdet till en bråkdel.
public static TiffSRational ApproximateFraction(float value, double epsilon)
Parameter | Typ | Beskrivning |
---|---|---|
value | Single | Värdet. |
epsilon | Double | Felet tillåts. |
Returvärde
Ett rationellt tal med fel mindre änepsilon.
Se även
- class TiffSRational
- namnutrymme Aspose.Imaging.FileFormats.Tiff
- hopsättning Aspose.Imaging
ApproximateFraction(float)
Uppskattar det angivna värdet till en bråkdel.
public static TiffSRational ApproximateFraction(float value)
Parameter | Typ | Beskrivning |
---|---|---|
value | Single | Värdet. |
Returvärde
Ett rationellt tal med fel mindre änEpsilon
.
Se även
- class TiffSRational
- namnutrymme Aspose.Imaging.FileFormats.Tiff
- hopsättning Aspose.Imaging