How to convert byte array to float
DLangLearner via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Fri Jul 17 11:43:26 PDT 2015
Excuse me for my trivial question, but I'd like to know how to
convert byte array to float? What I could think of are
cast(float)(byte[]) and to!float(byte[]) but they do not work for
me. Thanks!
More information about the Digitalmars-d-learn
mailing list