public XMUDecN4XR(float[] array) { this = XMVector.LoadFloat4(new XMFloat4(array)); }
public XMByteN4(float[] array) { this = XMVector.LoadFloat4(new XMFloat4(array)); }
public XMUShort4(float[] array) { this = XMVector.LoadFloat4(new XMFloat4(array)); }
public XMColorRgba(float[] values) { this = XMVector.LoadFloat4(new XMFloat4(values)); }