[Android.Runtime.Register("copyFrom", "([F)V", "GetCopyFrom_arrayFHandler")] public virtual voidCopyFrom (float[] d)
Parameters
d
the source data array
Remarks
Copy into this Allocation from an array. This variant is type checked
and will generate exceptions if the Allocation's Android.Renderscripts.Element is not a 32 bit float type.