Method DecodeRationalArray
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Core.dll
DecodeRationalArray(IReadOnlyList<byte>, out uint[], out uint[])
public static void DecodeRationalArray(IReadOnlyList<byte> data, out uint[] numerators, out uint[] denominators)Parameters
- dataIReadOnlyList<byte>
- numeratorsuint[]
- denominatorsuint[]
DecodeRationalArray(IReadOnlyList<byte>)
public static ulong[] DecodeRationalArray(IReadOnlyList<byte> data)Parameters
- dataIReadOnlyList<byte>
Returns
- ulong[]