Accord.SystemTools.memset C# (CSharp) Méthode

memset() private méthode

private memset ( byte dst, int filler, int count ) : byte*
dst byte
filler int
count int
Résultat byte*
        private static unsafe extern byte* memset(byte* dst, int filler, int count);