2 references to SingleArray
mscorlib (2)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
268
return CoerceArrayValue<Single>(PropertyType.
SingleArray
);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
395
return new CLRIReferenceArrayImpl<float>(PropertyType.
SingleArray
, (float[])obj);